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

Packages that use StackListener
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 StackListener in org.apache.pivot.collections
 

Classes in org.apache.pivot.collections that implement StackListener
static class Stack.StackListenerList<T>
          Stack listener list.
static class StackListener.Adapter<T>
          StackListener adapter.
 

Methods in org.apache.pivot.collections that return types with arguments of type StackListener
 ListenerList<StackListener<T>> LinkedStack.getStackListeners()
           
 ListenerList<StackListener<T>> ArrayStack.getStackListeners()
           
 ListenerList<StackListener<T>> Stack.getStackListeners()
          Returns the stack listener list.
 

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

Methods in org.apache.pivot.collections.concurrent that return types with arguments of type StackListener
 ListenerList<StackListener<T>> SynchronizedStack.getStackListeners()