|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutputChannelListener | |
---|---|
com.genesyslab.platform.clusterprotocol | Cluster Protocol Application Block |
com.genesyslab.platform.commons.protocol | Contains classes that support the Protocol objects
used by applications developed with the Platform SDKs. |
Uses of OutputChannelListener in com.genesyslab.platform.clusterprotocol |
---|
Classes in com.genesyslab.platform.clusterprotocol that implement OutputChannelListener | |
---|---|
protected class |
AbstractClusterChannel.IntOutputChannelListener
|
Methods in com.genesyslab.platform.clusterprotocol with parameters of type OutputChannelListener | |
---|---|
void |
AbstractClusterChannel.addListener(OutputChannelListener listener)
|
void |
AbstractClusterChannel.removeListener(OutputChannelListener listener)
|
Uses of OutputChannelListener in com.genesyslab.platform.commons.protocol |
---|
Methods in com.genesyslab.platform.commons.protocol with parameters of type OutputChannelListener | |
---|---|
void |
ServerChannel.addListener(OutputChannelListener listener)
|
void |
OutputChannel.addListener(OutputChannelListener listener)
Attaches listener to OutputChannel implementer instance. |
void |
DuplexChannel.addListener(OutputChannelListener listener)
|
void |
ServerChannel.removeListener(OutputChannelListener listener)
|
void |
OutputChannel.removeListener(OutputChannelListener listener)
Detaches listener from OutputChannel implementer instance. |
void |
DuplexChannel.removeListener(OutputChannelListener listener)
|
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |