public interface QueueObserver
Queue observer interface.
Used to monitor changes to a queue.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonQueueChange(QueueStatus qstatus) Signal a queue-change event.
-
Method Details
-
onQueueChange
Signal a queue-change event.- Parameters:
qstatus- an object (typically the queue itself) that allows one to determine the state of a queue
-