public class DataNotificationListener extends ChannelEventAdapter
| Constructor and Description |
|---|
DataNotificationListener(StatusBar bar) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent evt) |
void |
onDataReceived(Channel channel,
byte[] data) |
void |
onDataSent(Channel channel,
byte[] data) |
onChannelClose, onChannelEOF, onChannelOpenpublic DataNotificationListener(StatusBar bar)
public void actionPerformed(java.awt.event.ActionEvent evt)
public void onDataReceived(Channel channel, byte[] data)
onDataReceived in interface ChannelEventListeneronDataReceived in class ChannelEventAdapterpublic void onDataSent(Channel channel, byte[] data)
onDataSent in interface ChannelEventListeneronDataSent in class ChannelEventAdapterCopyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.