Package org.fishbolt.common.listener.ext

The Listener Pattern.

See:
          Description

Class Summary
Event<S,T> An event is being created by the system before notifying the listeners.
EventListener<S,T> An abstract class that gets a set of events as parameters of the IEventListener.eventsPerformed(Collection) method end sends every event as a parameter to the EventListener.eventPerformed(IEvent) method.
 

Package org.fishbolt.common.listener.ext Description

The Listener Pattern.

The base implementation is a quite trivial one.