|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BayeuxListener | |
---|---|
org.cometd | |
org.cometd.server |
Uses of BayeuxListener in org.cometd |
---|
Subinterfaces of BayeuxListener in org.cometd | |
---|---|
interface |
ChannelBayeuxListener
A BayeuxListener with call backs for channel life cycle events |
interface |
ClientBayeuxListener
A BayeuxListener with call backs for client life cycle events |
Methods in org.cometd with parameters of type BayeuxListener | |
---|---|
void |
Bayeux.addListener(BayeuxListener listener)
Adds a bayeux listener, |
void |
Bayeux.removeListener(BayeuxListener listener)
Removes a bayeux listener |
Uses of BayeuxListener in org.cometd.server |
---|
Methods in org.cometd.server with parameters of type BayeuxListener | |
---|---|
void |
AbstractBayeux.addListener(BayeuxListener listener)
|
void |
AbstractBayeux.removeListener(BayeuxListener listener)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |