|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Listener
Cometd Receiver interface.
A receive in an object that can receive a message for a Bayeux Client
.
Method Summary | |
---|---|
void |
deliver(Client fromClient,
Client toClient,
Message msg)
Called when a message is delivered to the client |
void |
removed(String clientId,
boolean timeout)
This method is called when the client is removed (explicitly or from a timeout) |
Method Detail |
---|
void removed(String clientId, boolean timeout)
void deliver(Client fromClient, Client toClient, Message msg)
msg
- TODO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |