Interface | Description |
---|---|
LongRunningListener | |
LongRunningOperation | |
Operation<R,T> |
Base interface for operations (either sync or async based).
|
OperationResultHandler<R> |
Interface for handling result notify asynchronously
|
Class | Description |
---|---|
AsyncBasedOperation<R,T> |
Implements an operation that is based on a asynchronous operation.
|
OperationResult<R> |
A class that can be used to track the progress of an asynchronous execution
|
SyncBasedOperation<R,T> |
Implements an operation that is based on a synchronous operation
|
Enum | Description |
---|---|
LongRunningState |