public abstract class ChannelEventAdapter extends java.lang.Object implements ChannelEventListener
Title:
Description:
Copyright: Copyright (c) 2003
Company:
| Constructor and Description |
|---|
ChannelEventAdapter()
Creates a new ChannelEventAdapter object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onChannelClose(Channel channel) |
void |
onChannelEOF(Channel channel) |
void |
onChannelOpen(Channel channel) |
void |
onDataReceived(Channel channel,
byte[] data) |
void |
onDataSent(Channel channel,
byte[] data) |
public ChannelEventAdapter()
public void onChannelOpen(Channel channel)
onChannelOpen in interface ChannelEventListenerchannel - public void onChannelEOF(Channel channel)
onChannelEOF in interface ChannelEventListenerchannel - public void onChannelClose(Channel channel)
onChannelClose in interface ChannelEventListenerchannel - public void onDataReceived(Channel channel, byte[] data)
onDataReceived in interface ChannelEventListenerchannel - data - public void onDataSent(Channel channel, byte[] data)
onDataSent in interface ChannelEventListenerchannel - data - Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.