|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NotifierIfc
The client reference used to notifier the client of any incoming requests.
Notifier
Method Summary | |
---|---|
void |
disconnection(java.lang.String id)
A client has disconnected. |
java.io.Serializable |
notify(java.lang.Object ob,
java.lang.String id)
A message has been received. |
Method Detail |
---|
java.io.Serializable notify(java.lang.Object ob, java.lang.String id)
ob
- The data received,id
- The connection id this data is received from
void disconnection(java.lang.String id)
The
- unique identifier of this connection.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |