|
||||||||||
| 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,
String toChannel,
Object data,
String msgId)
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,
String toChannel,
Object data,
String msgId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||