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

Packages that use EventDispatcherListenerInterface
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.subscription.filter   
 

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

Methods in edu.uci.isr.yancees.server.core with parameters of type EventDispatcherListenerInterface
 void EventDispatcherInterface.subscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
          subscribes for sequences of events matching pattern p.
 void EventDispatcherInterface.unsubscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
          cancels the subscriptions, posted by li, whose subscripton sub' is covered by subscripiton p.
 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 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)
           
 

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 SienaAdapter.subscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
          subscribes for sequences of events matching subscription p.
 void SienaAdapter.unsubscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
          cancels the subscriptions, posted by li, whose subscripton sub' is covered by subscripiton p.
 void SienaAdapter.unsubscribe(EventDispatcherListenerInterface li)
          cancels all the subscriptions posted by li.
 void SienaAdapter.suspendDispatcher(EventDispatcherListenerInterface li)
          suspends the delivery of notifications to the given subscriber li.
 void SienaAdapter.resumeDispatcher(EventDispatcherListenerInterface li)
          resumes the delivery of notifications to the given subscriber n.
 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.
 

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

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.