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 ChannelEventListener
channel
- public void onChannelEOF(Channel channel)
onChannelEOF
in interface ChannelEventListener
channel
- public void onChannelClose(Channel channel)
onChannelClose
in interface ChannelEventListener
channel
- public void onDataReceived(Channel channel, byte[] data)
onDataReceived
in interface ChannelEventListener
channel
- data
- public void onDataSent(Channel channel, byte[] data)
onDataSent
in interface ChannelEventListener
channel
- data
- Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.