Package org.beanfabrics.event

Interface Summary
FollowUpEvent An interface for an event that is fired because of another "triggering" event.
ListListener The listener interface for receiving ListEvents.
ModelProviderListener The listener interface for receiving ModelProviderEvents.
OptionsListener The listener interface for receiving ListEvents.
WeakListener The WeakListener is a marker interface for listener classes.
WeakListListener The WeakListListener is a ListListener marked with the WeakListener interface.
WeakPropertyChangeListener The WeakPropertyChangeListener is a PropertyChangeListener marked with the WeakListener interface.
 

Class Summary
BnPropertyChangeEvent An event which indicates that some change has occurred in some PresentationModel.
BnPropertyChangeSupport The BnPropertyChangeSupport is a utility class for handling listeners of bound properties.
ElementChangedEvent An event which indicates that some change has occurred in a IListPM element.
ElementsAddedEvent An event which indicates that some elements have been added to an IListPM.
ElementsDeselectedEvent An event which indicates that some elements have been deselected in an IListPM.
ElementsRemovedEvent An event which indicates that some elements have been removed from an IListPM.
ElementsReplacedEvent An event which indicates that some elements have been replaced in an IListPM.
ElementsSelectedEvent An event which indicates that some elements have been selected in an IListPM.
ListAdapter An abstract adapter class for receiving list events.
ListEvent An event which indicates that some change has occurred in some IListPM.
ListSupport The ListSupport is a utility class for handling ListListener objects.
ModelProviderEvent An event which indicates that some change has occurred in some IModelProvider.
OptionsEvent An event which indicates that some change has occurred in some Options.
WeakListAdapter The WeakListAdapter is a ListAdapter marked with the WeakListener interface.