Interface IJobQueue.IQueueStatusListener

Enclosing interface:
IJobQueue<T>

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 Type
    Method
    Description
    void
    Notifies the listener that the queue's status has changed.
  • Method Details

    • queueStatusChanged

      void queueStatusChanged(QueueStatus newStatus)
      Notifies the listener that the queue's status has changed.
      Parameters:
      newStatus -