|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommandListener | |
|---|---|
| org.lsst.ccs.bus | |
| Uses of CommandListener in org.lsst.ccs.bus |
|---|
| Methods in org.lsst.ccs.bus with parameters of type CommandListener | |
|---|---|
void |
BusApplicationLayer.addCommandListener(CommandListener l)
registers a CommandListener (in fact a ForwarderToCommand to the underlying transport) |
abstract void |
MessagingFactory.addCommandListener(CommandListener l)
|
void |
BusMessagingFactory.addCommandListener(CommandListener l)
|
abstract void |
MessagingFactory.addCommandListener(CommandListener l,
String selector)
|
void |
BusMessagingFactory.addCommandListener(CommandListener l,
String selector)
|
void |
BusApplicationLayer.removeCommandListener(CommandListener l)
removes a CommandListener: since this command is based on strict identity the listener should be exactly the same as the one registered. |
abstract void |
MessagingFactory.removeCommandListener(CommandListener l)
|
void |
BusMessagingFactory.removeCommandListener(CommandListener l)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||