Uses of Interface
edu.uci.isr.yancees.dispatcher.EventDispatcherAdapterInterface

Packages that use EventDispatcherAdapterInterface
edu.uci.isr.yancees.client.dispatcher.yancees   
edu.uci.isr.yancees.dispatcher   
edu.uci.isr.yancees.server.dispatcher.elvin   
edu.uci.isr.yancees.server.dispatcher.siena   
edu.uci.isr.yancees.server.dispatcher.switcher   
 

Uses of EventDispatcherAdapterInterface in edu.uci.isr.yancees.client.dispatcher.yancees
 

Classes in edu.uci.isr.yancees.client.dispatcher.yancees that implement EventDispatcherAdapterInterface
 class YanceesAdapter
           
 

Uses of EventDispatcherAdapterInterface in edu.uci.isr.yancees.dispatcher
 

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

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

Classes in edu.uci.isr.yancees.server.dispatcher.elvin that implement EventDispatcherAdapterInterface
 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 EventDispatcherAdapterInterface in edu.uci.isr.yancees.server.dispatcher.siena
 

Classes in edu.uci.isr.yancees.server.dispatcher.siena that implement EventDispatcherAdapterInterface
 class AbstractSienaAdapter
           
 class OldSienaAdapter
           
 class SienaLocalAdapter
           
 class SienaRemoteAdapter
           
 

Uses of EventDispatcherAdapterInterface in edu.uci.isr.yancees.server.dispatcher.switcher
 

Classes in edu.uci.isr.yancees.server.dispatcher.switcher that implement EventDispatcherAdapterInterface
 class FastSwitcherAdapter