Interface IJobQueue.IQueueStatusListener
public static interface IJobQueue.IQueueStatusListener
An instance of this interface can be used by clients to be notified of changes to the
queue's status, specifically whether its consumer thread is running, paused or stopped.
-
Method Summary
Modifier and TypeMethodDescriptionvoidqueueStatusChanged(QueueStatus newStatus) Notifies the listener that the queue's status has changed.
-
Method Details
-
queueStatusChanged
Notifies the listener that the queue's status has changed.- Parameters:
newStatus-
-