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

All Known Implementing Classes:
ElvinPlugin.NotificationHandler, FilterPlugin.NotificationHandler, SienaPlugin.NotificationHandler

public interface EventDispatcherListenerInterface

This should be used by the users of the Yancees notificaton server to receive events.


Method Summary
 void receiveDispatcherNotification(EventInterface evt)
          sends an Event to this Subscriber
 void receiveDispatcherNotification(EventInterface[] evtList)
          sends a sequence of Event evt to this Subscriber
 

Method Detail

receiveDispatcherNotification

public void receiveDispatcherNotification(EventInterface evt)
sends an Event to this Subscriber


receiveDispatcherNotification

public void receiveDispatcherNotification(EventInterface[] evtList)
sends a sequence of Event evt to this Subscriber