|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OperationManager
Runs operations in separate threads to help make the GUI more responsive.
| Method Summary | |
|---|---|
void |
operationFinished(OperationRunner operation)
Internal method used by operations to inform the manager of its state. |
void |
operationStarting(OperationRunner operation)
Internal method used by operations to inform the manager of its state. |
void |
runOperation(Operation operation)
Schedule an operation for execution. |
| Method Detail |
|---|
void runOperation(Operation operation)
operation - The operation to run. Can not be null.void operationStarting(OperationRunner operation)
operation - The operation that is starting.void operationFinished(OperationRunner operation)
operation - The operation that is starting.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||