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

Packages that use EventDispatcherListenerInterface
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   
edu.uci.isr.yancees.server.plugin.subscription.filter   
edu.uci.isr.yancees.server.plugin.subscription.require   
 

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

Methods in edu.uci.isr.yancees.client.dispatcher.yancees with parameters of type EventDispatcherListenerInterface
 void YanceesAdapter.resumeDispatcher(EventDispatcherListenerInterface li)
           
 void YanceesAdapter.subscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
           
 void YanceesAdapter.suspendDispatcher(EventDispatcherListenerInterface li)
           
 void YanceesAdapter.unsubscribe(EventDispatcherListenerInterface li)
           
 void YanceesAdapter.unsubscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
           
 

Constructors in edu.uci.isr.yancees.client.dispatcher.yancees with parameters of type EventDispatcherListenerInterface
YanceesAdapter.SubscriberMediator(EventDispatcherListenerInterface li)
          Constructor
 

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

Methods in edu.uci.isr.yancees.dispatcher with parameters of type EventDispatcherListenerInterface
 void EventDispatcherInterface.subscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
          subscribes for sequences of events matching pattern p.
 void EventDispatcherInterface.subscribe(java.lang.String adapterName, SubscriptionInterface sub, EventDispatcherListenerInterface li)
          This is a specific subscriber, that sends a message to the specfific adapter installed in the system
 void EventDispatcherInterface.unsubscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
          cancels the subscriptions, posted by li, whose subscripton sub' is covered by subscripiton p.
 void EventDispatcherInterface.unsubscribe(java.lang.String adapterName, SubscriptionInterface sub, EventDispatcherListenerInterface li)
           
 void EventDispatcherInterface.unsubscribe(java.lang.String adapterName, EventDispatcherListenerInterface li)
           
 void EventDispatcherInterface.unsubscribe(EventDispatcherListenerInterface li)
          cancels all the subscriptions posted by n.
 void EventDispatcherInterface.suspendDispatcher(EventDispatcherListenerInterface li)
          suspends the delivery of notifications to the given subscriber li.
 void EventDispatcherInterface.resumeDispatcher(EventDispatcherListenerInterface li)
          resumes the delivery of notifications to the given subscriber n.
 void EventDispatcherAdapterInterface.subscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
          subscribes for sequences of events matching pattern p.
 void EventDispatcherAdapterInterface.unsubscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
          cancels the subscriptions, posted by li, whose subscripton sub' is covered by subscripiton p.
 void EventDispatcherAdapterInterface.unsubscribe(EventDispatcherListenerInterface li)
          cancels all the subscriptions posted by n.
 void EventDispatcherAdapterInterface.suspendDispatcher(EventDispatcherListenerInterface li)
          suspends the delivery of notifications to the given subscriber li.
 void EventDispatcherAdapterInterface.resumeDispatcher(EventDispatcherListenerInterface li)
          resumes the delivery of notifications to the given subscriber n.
 void EventDispatcher.subscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
           
 void EventDispatcher.unsubscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
           
 void EventDispatcher.unsubscribe(EventDispatcherListenerInterface li)
           
 void EventDispatcher.suspendDispatcher(EventDispatcherListenerInterface li)
           
 void EventDispatcher.resumeDispatcher(EventDispatcherListenerInterface li)
           
 void EventDispatcher.subscribe(java.lang.String adapterName, SubscriptionInterface sub, EventDispatcherListenerInterface li)
           
 void EventDispatcher.unsubscribe(java.lang.String adapterName, SubscriptionInterface sub, EventDispatcherListenerInterface li)
           
 void EventDispatcher.unsubscribe(java.lang.String adapterName, EventDispatcherListenerInterface li)
           
 

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

Classes in edu.uci.isr.yancees.server.dispatcher.elvin that implement EventDispatcherListenerInterface
 class ElvinPlugin.NotificationHandler
          Callback object to receive events from the dispatcher.
 

Methods in edu.uci.isr.yancees.server.dispatcher.elvin with parameters of type EventDispatcherListenerInterface
 void OldElvinAdapter.subscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
          subscribes for sequences of events matching subscription p.
 void OldElvinAdapter.unsubscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
          cancels the subscriptions, posted by li, whose subscripton sub' is covered by subscripiton p.
 void OldElvinAdapter.unsubscribe(EventDispatcherListenerInterface li)
          cancels all the subscriptions posted by n.
 void OldElvinAdapter.suspendDispatcher(EventDispatcherListenerInterface li)
          suspends the delivery of notifications to the given subscriber li.
 void OldElvinAdapter.resumeDispatcher(EventDispatcherListenerInterface li)
          resumes the delivery of notifications to the given subscriber n.
 void ElvinAdapter.subscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
          subscribes for sequences of events matching subscription p.
 void ElvinAdapter.unsubscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
          cancels the subscriptions, posted by li, whose subscripton sub' is covered by subscripiton p.
 void ElvinAdapter.unsubscribe(EventDispatcherListenerInterface li)
          cancels all the subscriptions posted by n.
 void ElvinAdapter.suspendDispatcher(EventDispatcherListenerInterface li)
          suspends the delivery of notifications to the given subscriber li.
 void ElvinAdapter.resumeDispatcher(EventDispatcherListenerInterface li)
          resumes the delivery of notifications to the given subscriber n.
 

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

Classes in edu.uci.isr.yancees.server.dispatcher.siena that implement EventDispatcherListenerInterface
 class SienaPlugin.NotificationHandler
          Callback object to receive events from the dispatcher.
 

Methods in edu.uci.isr.yancees.server.dispatcher.siena with parameters of type EventDispatcherListenerInterface
 void OldSienaAdapter.subscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
          subscribes for sequences of events matching subscription p.
 void OldSienaAdapter.unsubscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
          cancels the subscriptions, posted by li, whose subscripton sub' is covered by subscripiton p.
 void OldSienaAdapter.unsubscribe(EventDispatcherListenerInterface li)
          cancels all the subscriptions posted by li.
 void OldSienaAdapter.suspendDispatcher(EventDispatcherListenerInterface li)
          suspends the delivery of notifications to the given subscriber li.
 void OldSienaAdapter.resumeDispatcher(EventDispatcherListenerInterface li)
          resumes the delivery of notifications to the given subscriber n.
 void AbstractSienaAdapter.subscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
          subscribes for sequences of events matching subscription p.
 void AbstractSienaAdapter.unsubscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
          cancels the subscriptions, posted by li, whose subscripton sub' is covered by subscripiton p.
 void AbstractSienaAdapter.unsubscribe(EventDispatcherListenerInterface li)
          cancels all the subscriptions posted by li.
 void AbstractSienaAdapter.suspendDispatcher(EventDispatcherListenerInterface li)
          suspends the delivery of notifications to the given subscriber li.
 void AbstractSienaAdapter.resumeDispatcher(EventDispatcherListenerInterface li)
          resumes the delivery of notifications to the given subscriber n.
 

Constructors in edu.uci.isr.yancees.server.dispatcher.siena with parameters of type EventDispatcherListenerInterface
OldSienaAdapter.SubscriberMediator(EventDispatcherListenerInterface li)
          Constructor
AbstractSienaAdapter.DispatcherListenerMediator(EventDispatcherListenerInterface li)
          Constructor
 

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

Methods in edu.uci.isr.yancees.server.dispatcher.switcher with parameters of type EventDispatcherListenerInterface
 void FastSwitcherAdapter.subscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
           
 void FastSwitcherAdapter.unsubscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
           
 void FastSwitcherAdapter.unsubscribe(EventDispatcherListenerInterface li)
           
 void FastSwitcherAdapter.suspendDispatcher(EventDispatcherListenerInterface li)
           
 void FastSwitcherAdapter.resumeDispatcher(EventDispatcherListenerInterface li)
           
 

Uses of EventDispatcherListenerInterface in edu.uci.isr.yancees.server.plugin.subscription.filter
 

Classes in edu.uci.isr.yancees.server.plugin.subscription.filter that implement EventDispatcherListenerInterface
 class FilterPlugin.NotificationHandler
          Callback object to receive events from the dispatcher.
 

Uses of EventDispatcherListenerInterface in edu.uci.isr.yancees.server.plugin.subscription.require
 

Classes in edu.uci.isr.yancees.server.plugin.subscription.require that implement EventDispatcherListenerInterface
 class RequirePlugin.NotificationHandler
          Callback object to receive events from the dispatcher.