Uses of Interface
edu.uci.isr.yancees.server.core.EventDispatcherInterface

Packages that use EventDispatcherInterface
edu.uci.isr.yancees.server   
edu.uci.isr.yancees.server.core   
edu.uci.isr.yancees.server.dispatcher.elvin   
edu.uci.isr.yancees.server.dispatcher.siena   
edu.uci.isr.yancees.server.plugin   
 

Uses of EventDispatcherInterface in edu.uci.isr.yancees.server
 

Methods in edu.uci.isr.yancees.server that return EventDispatcherInterface
 EventDispatcherInterface ArchitectureManager.getEventDispatcher()
           
 

Methods in edu.uci.isr.yancees.server with parameters of type EventDispatcherInterface
protected  void PublicationFacade.setEventDispatcher(EventDispatcherInterface disp)
          Used by the Yancees object to initialize this API with the appropriate dispatcher.
 

Uses of EventDispatcherInterface in edu.uci.isr.yancees.server.core
 

Classes in edu.uci.isr.yancees.server.core that implement EventDispatcherInterface
 class EventDispatcher
          This class works as a wrapper around an event dispatcher implementation, It allows the registratoin of different adapters for to handle the content-based subscriptions of the system.
 

Methods in edu.uci.isr.yancees.server.core with parameters of type EventDispatcherInterface
 void EventDispatcher.addAdapter(EventDispatcherInterface adp)
          Configures the event dispatcher with the proper adapter.
 void EventDispatcher.removeAdapter(EventDispatcherInterface adp)
           
 

Uses of EventDispatcherInterface in edu.uci.isr.yancees.server.dispatcher.elvin
 

Classes in edu.uci.isr.yancees.server.dispatcher.elvin that implement EventDispatcherInterface
 class ElvinAdapter
          Implements the event dispatcher interface, bridging the communication between the yancees core and the idiosincrasies of the target event notification used, in this case, Elvin.
 class OldElvinAdapter
          Implements the event dispatcher interface, bridging the communication between the yancees core and the idiosincrasies of the target event notification used, in this case, Elvin.
 

Uses of EventDispatcherInterface in edu.uci.isr.yancees.server.dispatcher.siena
 

Classes in edu.uci.isr.yancees.server.dispatcher.siena that implement EventDispatcherInterface
 class OldSienaAdapter
           
 class SienaAdapter
           
 

Uses of EventDispatcherInterface in edu.uci.isr.yancees.server.plugin
 

Methods in edu.uci.isr.yancees.server.plugin with parameters of type EventDispatcherInterface
 void PluginManager.setDispatcher(EventDispatcherInterface disp)