com.sshtools.j2ssh.connection
Interface ChannelEventListener
- All Known Implementing Classes:
- ChannelEventAdapter, DataNotificationListener, ForwardingConfiguration.ForwardingConfigurationMonitor
public interface ChannelEventListener
- Version:
- $Revision: 1.16 $
- Author:
- $author$
onChannelOpen
void onChannelOpen(Channel channel)
- Parameters:
channel
-
onChannelEOF
void onChannelEOF(Channel channel)
- Parameters:
channel
-
onChannelClose
void onChannelClose(Channel channel)
- Parameters:
channel
-
onDataReceived
void onDataReceived(Channel channel,
byte[] data)
- Parameters:
channel
- data
-
onDataSent
void onDataSent(Channel channel,
byte[] data)
- Parameters:
channel
- data
-
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.