public interface IOperator
Modifier and Type | Method and Description |
---|---|
void |
performOperation(IOperation operation)
Performs the specified operation asynchronously using some monitor.
|
void |
performOperation(IOperation operation,
IMonitor monitor)
Performs the specified operation asynchronously using the specified
monitor.
|
void performOperation(IOperation operation)
operation
- The operation to perform.void performOperation(IOperation operation, IMonitor monitor)
operation
- The operation that should be performed.monitor
- The monitor to perform the operation.