|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void notify(EventInterface evt)
Event
to this Subscriber
n
- Event passed to the Subscribervoid notify(EventInterface[] evtList)
Event
evt to this
Subscriber
s
- sequence of Events (pattern) passed to the Subscriber
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |