public interface OperationQueueListener
Modifier and Type | Method and Description |
---|---|
void |
queueStartRunning()
Called when an operation has just been added and operations start running.
|
void |
queueStoppedRunning()
Called when all operations have ben run.
|