Package | Description |
---|---|
com.softwareag.mobile.runtime.toolkit.operations.queue |
Modifier and Type | Method and Description |
---|---|
void |
IOperationQueue.addDelegate(IOperationQueueDelegate queueDelegate)
add a
IOperationQueueDelegate that will be notified of events
happening with the queue, e.g. |
void |
BasicOperationQueue.addDelegate(IOperationQueueDelegate queueDelegate) |
void |
IOperationQueue.removeDelegate(IOperationQueueDelegate queueDelegate)
remove a
IOperationQueueDelegate |
void |
BasicOperationQueue.removeDelegate(IOperationQueueDelegate queueDelegate) |