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

Packages that use EventDispatcherInterface
edu.uci.isr.yancees   
edu.uci.isr.yancees.dispatcher   
edu.uci.isr.yancees.plugin   
 

Uses of EventDispatcherInterface in edu.uci.isr.yancees
 

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

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

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

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

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

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