|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
void |
notifyBuffer(EventInterface[] evtList)
This method is here for performance reasons, the events came individually but here they are grouped and sent together to the client. |
Method Detail |
public void notify(EventInterface evt) throws java.rmi.RemoteException
Event
to this Subscriber
java.rmi.RemoteException
public void notify(EventInterface[] evtList) throws java.rmi.RemoteException
Event
evt to this
Subscriber
java.rmi.RemoteException
public void notifyBuffer(EventInterface[] evtList) throws java.rmi.RemoteException
evtList
-
java.rmi.RemoteException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |