Package org.jutil.event

Interface Summary
ApplicabilityNotifier Instances of this type add the posibility for users to ask whether the instance is applicable to a given listener/event combination.
Notifier Notifier instances are used to call the correct call-back method defined in a listener type when EventSourceSupport fires events.
 

Class Summary
ChainNotifier  
EventSourceSupport This class is a support class for event sources.
TypeApplicabilityNotifier A support class for optional notifiers that depend on the type of the listener and the event to be processed.