edu.uci.isr.yancees
Interface SubscriberInterface

All Known Implementing Classes:
SubscriberMediator

public interface SubscriberInterface

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


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

Method Detail

notify

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

Parameters:
n - Event passed to the Subscriber

notify

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

Parameters:
s - sequence of Events (pattern) passed to the Subscriber