| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectcom.sshtools.j2ssh.connection.ChannelEventAdaptercom.sshtools.common.ui.DataNotificationListenerpublic class DataNotificationListenerextends ChannelEventAdapterConstructor Summary | |
Method Summary | |
void |
|
void |
|
void |
|
Methods inherited from class com.sshtools.j2ssh.connection.ChannelEventAdapter | |
onChannelClose, onChannelEOF, onChannelOpen, onDataReceived, onDataSent | |
public void actionPerformed(ActionEvent evt)
public void onDataReceived(Channel channel, byte[] data)
- Specified by:
- onDataReceived in interface ChannelEventListener
- Overrides:
- onDataReceived in interface ChannelEventAdapter
- Parameters:
channel-data-
public void onDataSent(Channel channel, byte[] data)
- Specified by:
- onDataSent in interface ChannelEventListener
- Overrides:
- onDataSent in interface ChannelEventAdapter
- Parameters:
channel-data-