| Package | Description |
|---|---|
| org.lsst.ccs.bus |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
MessagingFactory.addCommandListener(CommandListener l) |
void |
BusApplicationLayer.addCommandListener(CommandListener l)
registers a CommandListener (in fact a ForwarderToCommand to the underlying transport)
|
void |
BusMessagingFactory.addCommandListener(CommandListener l) |
abstract void |
MessagingFactory.addCommandListener(CommandListener l,
String selector) |
void |
BusMessagingFactory.addCommandListener(CommandListener l,
String selector) |
abstract void |
MessagingFactory.removeCommandListener(CommandListener l) |
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.
|
void |
BusMessagingFactory.removeCommandListener(CommandListener l) |
Copyright © 2014 LSST. All rights reserved.