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