Package com.sshtools.common.ui
Class DataNotificationListener
java.lang.Object
com.sshtools.j2ssh.connection.ChannelEventAdapter
com.sshtools.common.ui.DataNotificationListener
- All Implemented Interfaces:
ChannelEventListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidonDataReceived(Channel channel, byte[] data) voidonDataSent(Channel channel, byte[] data) Methods inherited from class com.sshtools.j2ssh.connection.ChannelEventAdapter
onChannelClose, onChannelEOF, onChannelOpen
-
Constructor Details
-
DataNotificationListener
-
-
Method Details
-
actionPerformed
-
onDataReceived
- Specified by:
onDataReceivedin interfaceChannelEventListener- Overrides:
onDataReceivedin classChannelEventAdapter- Parameters:
channel-data-
-
onDataSent
- Specified by:
onDataSentin interfaceChannelEventListener- Overrides:
onDataSentin classChannelEventAdapter- Parameters:
channel-data-
-