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

Packages that use EventDispatcherListenerInterface
edu.uci.isr.yancees.dispatcher   
 

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

Methods in edu.uci.isr.yancees.dispatcher with parameters of type EventDispatcherListenerInterface
 void EventDispatcherInterface.resumeDispatcher(EventDispatcherListenerInterface li)
          resumes the delivery of notifications to the given subscriber n.
 void EventDispatcherAdapterInterface.resumeDispatcher(EventDispatcherListenerInterface li)
          resumes the delivery of notifications to the given subscriber n.
 void EventDispatcher.resumeDispatcher(EventDispatcherListenerInterface li)
           
 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 EventDispatcher.subscribe(java.lang.String adapterName, SubscriptionInterface sub, EventDispatcherListenerInterface li)
           
 void EventDispatcherInterface.subscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
          subscribes for sequences of events matching pattern p.
 void EventDispatcherAdapterInterface.subscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
          subscribes for sequences of events matching pattern p.
 void EventDispatcher.subscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
           
 void EventDispatcherInterface.suspendDispatcher(EventDispatcherListenerInterface li)
          suspends the delivery of notifications to the given subscriber li.
 void EventDispatcherAdapterInterface.suspendDispatcher(EventDispatcherListenerInterface li)
          suspends the delivery of notifications to the given subscriber li.
 void EventDispatcher.suspendDispatcher(EventDispatcherListenerInterface li)
           
 void EventDispatcherInterface.unsubscribe(EventDispatcherListenerInterface li)
          cancels all the subscriptions posted by n.
 void EventDispatcherAdapterInterface.unsubscribe(EventDispatcherListenerInterface li)
          cancels all the subscriptions posted by n.
 void EventDispatcher.unsubscribe(EventDispatcherListenerInterface li)
           
 void EventDispatcherInterface.unsubscribe(java.lang.String adapterName, EventDispatcherListenerInterface li)
           
 void EventDispatcher.unsubscribe(java.lang.String adapterName, EventDispatcherListenerInterface li)
           
 void EventDispatcherInterface.unsubscribe(java.lang.String adapterName, SubscriptionInterface sub, EventDispatcherListenerInterface li)
           
 void EventDispatcher.unsubscribe(java.lang.String adapterName, SubscriptionInterface sub, EventDispatcherListenerInterface li)
           
 void EventDispatcherInterface.unsubscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
          cancels the subscriptions, posted by li, whose subscripton sub' is covered by subscripiton p.
 void EventDispatcherAdapterInterface.unsubscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)
          cancels the subscriptions, posted by li, whose subscripton sub' is covered by subscripiton p.
 void EventDispatcher.unsubscribe(SubscriptionInterface sub, EventDispatcherListenerInterface li)