Interface QueueObserver


public interface QueueObserver
Queue observer interface. Used to monitor changes to a queue.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Signal a queue-change event.
  • Method Details

    • onQueueChange

      void onQueueChange(QueueStatus qstatus)
      Signal a queue-change event.
      Parameters:
      qstatus - an object (typically the queue itself) that allows one to determine the state of a queue