Uses of Interface
de.phleisch.app.itsucks.event.EventDispatcher

Packages that use EventDispatcher
de.phleisch.app.itsucks.context   
de.phleisch.app.itsucks.core   
de.phleisch.app.itsucks.core.impl   
de.phleisch.app.itsucks.event   
de.phleisch.app.itsucks.event.impl   
de.phleisch.app.itsucks.job.impl   
 

Uses of EventDispatcher in de.phleisch.app.itsucks.context
 

Methods in de.phleisch.app.itsucks.context that return EventDispatcher
 EventDispatcher EventContext.getEventDispatcher()
           
 

Methods in de.phleisch.app.itsucks.context with parameters of type EventDispatcher
 void EventContext.setEventDispatcher(EventDispatcher pEventDispatcher)
           
 

Uses of EventDispatcher in de.phleisch.app.itsucks.core
 

Methods in de.phleisch.app.itsucks.core that return EventDispatcher
 EventDispatcher Dispatcher.getEventManager()
          Returns the event manager instance.
 

Uses of EventDispatcher in de.phleisch.app.itsucks.core.impl
 

Methods in de.phleisch.app.itsucks.core.impl that return EventDispatcher
 EventDispatcher DispatcherImpl.getEventManager()
           
 

Methods in de.phleisch.app.itsucks.core.impl with parameters of type EventDispatcher
 void DispatcherImpl.setEventManager(EventDispatcher pEventManager)
           
 

Uses of EventDispatcher in de.phleisch.app.itsucks.event
 

Methods in de.phleisch.app.itsucks.event that return EventDispatcher
 EventDispatcher EventSource.getEventDispatcher()
           
 

Uses of EventDispatcher in de.phleisch.app.itsucks.event.impl
 

Classes in de.phleisch.app.itsucks.event.impl that implement EventDispatcher
 class AsynchronEventDispatcherImpl
          The event dispatcher dispatches fired events to all registered observers.
 class SynchronEventDispatcherImpl
           
 

Uses of EventDispatcher in de.phleisch.app.itsucks.job.impl
 

Methods in de.phleisch.app.itsucks.job.impl that return EventDispatcher
 EventDispatcher FilterJobManagerImpl.getEventDispatcher()
           
 



Copyright © 2010. All Rights Reserved.