|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChannelListener
Method Summary | |
---|---|
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. |
Method Detail |
---|
void onChannelOpened(java.util.EventObject event)
event
- details.void onChannelClosed(ChannelClosedEvent event)
event
- details. See event.getCause() to analize the source reason.void onChannelError(ChannelErrorEvent event)
event
- details. See event.getCause() to analize the problem source.
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |