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, onChannelOpen
public DataNotificationListener(StatusBar bar)
public void actionPerformed(java.awt.event.ActionEvent evt)
public void onDataReceived(Channel channel, byte[] data)
onDataReceived
in interface ChannelEventListener
onDataReceived
in class ChannelEventAdapter
public void onDataSent(Channel channel, byte[] data)
onDataSent
in interface ChannelEventListener
onDataSent
in class ChannelEventAdapter
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.