Uses of Interface
org.apache.pivot.collections.QueueListener

Packages that use QueueListener
org.apache.pivot.collections Defines a set of classes and interfaces that serve as generic collections as well as the data model for UI components. 
org.apache.pivot.collections.concurrent Contains a set of thread-safe collection implementations. 
 

Uses of QueueListener in org.apache.pivot.collections
 

Classes in org.apache.pivot.collections that implement QueueListener
static class Queue.QueueListenerList<T>
          Queue listener list.
static class QueueListener.Adapter<T>
          QueueListener adapter.
 

Methods in org.apache.pivot.collections that return types with arguments of type QueueListener
 ListenerList<QueueListener<T>> Queue.getQueueListeners()
          Returns the queue listener list.
 ListenerList<QueueListener<T>> LinkedQueue.getQueueListeners()
           
 ListenerList<QueueListener<T>> ArrayQueue.getQueueListeners()
           
 

Uses of QueueListener in org.apache.pivot.collections.concurrent
 

Methods in org.apache.pivot.collections.concurrent that return types with arguments of type QueueListener
 ListenerList<QueueListener<T>> SynchronizedQueue.getQueueListeners()