com.sshtools.j2ssh.session
Class SessionOutputReader.SessionOutputListener
java.lang.Object
com.sshtools.j2ssh.session.SessionOutputReader.SessionOutputListener
- All Implemented Interfaces:
- ChannelEventListener
- Enclosing class:
- SessionOutputReader
class SessionOutputReader.SessionOutputListener
- extends java.lang.Object
- implements ChannelEventListener
The ChannelEventListener to receive event notifications
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionOutputReader.SessionOutputListener
SessionOutputReader.SessionOutputListener()
onChannelOpen
public void onChannelOpen(Channel channel)
- Specified by:
onChannelOpen
in interface ChannelEventListener
onChannelClose
public void onChannelClose(Channel channel)
- Specified by:
onChannelClose
in interface ChannelEventListener
onChannelEOF
public void onChannelEOF(Channel channel)
- Specified by:
onChannelEOF
in interface ChannelEventListener
onDataSent
public void onDataSent(Channel channel,
byte[] data)
- Specified by:
onDataSent
in interface ChannelEventListener
onDataReceived
public void onDataReceived(Channel channel,
byte[] data)
- Specified by:
onDataReceived
in interface ChannelEventListener