ChannelListener
, Listener
protected class AbstractClusterChannel.IntChannelListener extends java.lang.Object implements ChannelListener
Modifier | Constructor | Description |
---|---|---|
protected |
IntChannelListener() |
Modifier and Type | Method | Description |
---|---|---|
void |
onChannelClosed(ChannelClosedEvent event) |
onChannelClosed is called when the channel closed by any reason.
|
void |
onChannelError(ChannelErrorEvent event) |
onChannelError is called when some not critical channel error occurs.
|
void |
onChannelOpened(java.util.EventObject event) |
onChannelOpened is called when the channel opening will be completed successfully.
|
public void onChannelOpened(java.util.EventObject event)
ChannelListener
onChannelOpened
in interface ChannelListener
event
- details.public void onChannelClosed(ChannelClosedEvent event)
ChannelListener
onChannelClosed
in interface ChannelListener
event
- details. See event.getCause() to analize the source reason.public void onChannelError(ChannelErrorEvent event)
ChannelListener
onChannelError
in interface ChannelListener
event
- details. See event.getCause() to analize the problem source.Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.