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

Packages that use SetListener
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.adapter Provides a set of collection implementations that are backed by java.util collections. 
org.apache.pivot.collections.concurrent Contains a set of thread-safe collection implementations. 
org.apache.pivot.collections.immutable Contains a set of read-only collection implementations. 
 

Uses of SetListener in org.apache.pivot.collections
 

Classes in org.apache.pivot.collections that implement SetListener
static class Set.SetListenerList<E>
          Set listener list.
static class SetListener.Adapter<E>
          Set listener adapter.
 

Methods in org.apache.pivot.collections that return types with arguments of type SetListener
 ListenerList<SetListener<E>> EnumSet.getSetListeners()
           
 ListenerList<SetListener<E>> Set.getSetListeners()
          Returns the set listener collection.
 ListenerList<SetListener<E>> HashSet.getSetListeners()
           
 

Uses of SetListener in org.apache.pivot.collections.adapter
 

Methods in org.apache.pivot.collections.adapter that return types with arguments of type SetListener
 ListenerList<SetListener<E>> SetAdapter.getSetListeners()
           
 

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

Methods in org.apache.pivot.collections.concurrent that return types with arguments of type SetListener
 ListenerList<SetListener<E>> SynchronizedSet.getSetListeners()
           
 

Uses of SetListener in org.apache.pivot.collections.immutable
 

Methods in org.apache.pivot.collections.immutable that return types with arguments of type SetListener
 ListenerList<SetListener<E>> ImmutableSet.getSetListeners()