Interface | Description |
---|---|
IOperation |
Common definition of all operations.
|
Class | Description |
---|---|
AbstractSynchronizableOperation |
The
AbstractSynchronizableOperation implements all necessary
members from it's super class IOperation and provides the possibility
to notify all registered listeners in a thread-safe manner. |
AbstractThreadedOperation |
The
AbstractThreadedOperation is an asynchronous executed
operation. |
FileLoadOperation |
This class loads a resource from the file system into a String.
|
FileOperationDelegate |
The
FileOperationDelegate writes the result data of a
IOperation to a file. |
OperationHandler |
The
OperationHandler provides global convenient methods for
IOperation s. |
OperationNotifier |
This is an internally used
nUIObject to synchronize the communication
between different threads. |