Package | Description |
---|---|
org.km3net.clbv2.remote |
Provides a high-level interface for control of the remote CLB.
|
org.km3net.clbv2.remote.msg |
Provides low-level messaging facilities.
|
Modifier and Type | Method and Description |
---|---|
void |
CmdSystem.consoleTunnelSetRecvHandler(MessageEventHandler<java.lang.String[]> handler)
Sets the console tunnel receive handler.
|
Modifier and Type | Class and Description |
---|---|
class |
EventDispenser<T>
EventDispenser is a simple class which allows multiple handers to register to a specific event.
|
Modifier and Type | Method and Description |
---|---|
void |
EventDispenser.add(MessageEventHandler<T> hdl) |
void |
EventDispenser.remove(MessageEventHandler<T> hdl) |
<T> void |
MessageProcessor.setEventListener(int type,
MessageDecoder<T> decoder,
MessageEventHandler<T> handler)
Register an event handler for a specific message type.
|