| | 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. |
| | OperationHandler |
Helper class that generically handles IOperation events and either routes their result or error
data to a specified method or assigns them to a specified property on an object 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). |