Uses of Interface
org.fishbolt.common.listener.IEventListener

Packages that use IEventListener
org.fishbolt.common.listener.ext The Listener Pattern. 
 

Uses of IEventListener in org.fishbolt.common.listener.ext
 

Classes in org.fishbolt.common.listener.ext that implement IEventListener
 class EventListener<S,T>
          An abstract class that gets a set of events as parameters of the eventsPerformed(Collection) method end sends every event as a parameter to the EventListener.eventPerformed(IEvent) method.