Interface | Description |
---|---|
IInputStreamHandler |
A callback implementation that can be used to handle the input stream of
any process that produces such a stream.
|
IOutputStreamHandler |
A callback implementation that can be used to handle the output stream of
any process that produces such a stream.
|
IProgressListener |
A generic interface for listeners of any long-running actions that need to
be observable and stoppable.
|