Interface QueueListenerIfc<T extends QObject>

  • Type Parameters:
    T - the sub-type of QObject that is associated with the updating
    All Known Implementing Classes:
    QueueResponse

    public interface QueueListenerIfc<T extends QObject>
    This interface should be implemented by classes that need to be notified when an object gets enqueued or when the object gets removed (via removeNext()) on a queue
    • Method Detail

      • update

        void update​(T qObject)