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

Packages that use FilteredListListener
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. 
 

Uses of FilteredListListener in org.apache.pivot.collections
 

Classes in org.apache.pivot.collections that implement FilteredListListener
static class FilteredListListener.Adapter<T>
          Filtered list listener adapter.
 

Methods in org.apache.pivot.collections that return types with arguments of type FilteredListListener
 ListenerList<FilteredListListener<T>> FilteredList.getFilteredListListeners()