edu.uci.isr.yancees
Interface SubscriberInterface

All Known Implementing Classes:
RemoteYanceesImplementation.SubscriberMediator, YanceesAdapter.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

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


notify

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