Package org.apache.commons.events.observable

Interface Summary
ModificationHandlerFactory Defines a factory for creating ModificationHandler instances.
ModificationListener An empty listener designed to be subclassed.
 

Class Summary
ModificationEvent Base event class extended by each class that encapsulates event information.
ModificationEventType Defines event constants for event handling and matching.
ModificationHandler Defines a handler for collection modification events.
ModificationHandler.SetViewHandler Inner class for views.
ModificationHandler.SubListHandler Inner class for subLists.
ObservableBag Decorates a Bag implementation to observe modifications.
ObservableBuffer Decorates a Buffer implementation to observe modifications.
ObservableCollection Decorates a Collection implementation to observe modifications.
ObservableList Decorates a List implementation to observe modifications.
ObservableSet Decorates a Set implementation to observe modifications.
ObservableSortedBag Decorates a SortedBag implementation to observe modifications.
ObservableSortedSet Decorates a SortedSet implementation to observe modifications.
 

Exception Summary
ModificationVetoedException Exception thrown when a modification to a collection is vetoed.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.