| Package | Description |
|---|---|
| org.lsst.ccs.bus |
| Modifier and Type | Method and Description |
|---|---|
void |
BusMessagingFactory.addCommandListener(CommandListener l)
Deprecated.
|
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,
String selector)
Deprecated.
|
void |
MessagingFactory.addCommandListener(CommandListener l,
String selector) |
void |
BusMessagingFactory.removeCommandListener(CommandListener l)
Deprecated.
|
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.
|
Copyright © 2015 LSST. All rights reserved.