edu.uci.isr.yancees.dispatcher
Interface EventDispatcherListenerInterface


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

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

Parameters:
n - Event passed to the Subscriber

receiveDispatcherNotification

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

Parameters:
s - sequence of Events passed to the Subscriber