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 TypeMethodDescriptionvoid
void
onDataReceived
(Channel channel, byte[] data) void
onDataSent
(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:
onDataReceived
in interfaceChannelEventListener
- Overrides:
onDataReceived
in classChannelEventAdapter
- Parameters:
channel
-data
-
-
onDataSent
- Specified by:
onDataSent
in interfaceChannelEventListener
- Overrides:
onDataSent
in classChannelEventAdapter
- Parameters:
channel
-data
-
-