| Interface | Description | |
|---|---|---|
| IOperation | The IOperation interface describes an asynchronous operation. | |
| IProgressOperation |
Subinterface of IOperation that contains information about the progress of an operation. |
| Class | Description | |
|---|---|---|
| AbstractOperation |
Abstract base class for IOperation implementations. |
|
| AbstractProgressOperation |
Abstract base class for IProgressOperation implementations. |
|
| MockOperation | A async mock operation. | |
| OperationEvent |
An OperationEvent is an Event generated by an IOperation instance. |
|
| OperationQueue |
A queue of IOperation objects that dispatches an OperationEvent.COMPLETE event when
all operations in the queue have completed (and dispatched a corresponding OperationEvent.COMPLETE
event). |