Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.sshtools.j2ssh.connection.ChannelEventAdapter
com.sshtools.common.ui.DataNotificationListener
public class DataNotificationListener
extends ChannelEventAdapter
Constructor 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
-