com.sshtools.j2ssh.connection
Interface ChannelEventListener
- ChannelEventAdapter, DataNotificationListener, ForwardingConfiguration.ForwardingConfigurationMonitor
public interface ChannelEventListener
onChannelClose
public void onChannelClose(Channel channel)
onChannelEOF
public void onChannelEOF(Channel channel)
onChannelOpen
public void onChannelOpen(Channel channel)
onDataReceived
public void onDataReceived(Channel channel,
byte[] data)
onDataSent
public void onDataSent(Channel channel,
byte[] data)
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.