com.sshtools.j2ssh.connection
Interface ChannelEventListener

All Known Implementing Classes:
ChannelEventAdapter, DataNotificationListener, ForwardingConfiguration.ForwardingConfigurationMonitor

public interface ChannelEventListener

Version:
$Revision: 1.16 $
Author:
$author$

Method Summary
 void onChannelClose(Channel channel)
           
 void onChannelEOF(Channel channel)
           
 void onChannelOpen(Channel channel)
           
 void onDataReceived(Channel channel, byte[] data)
           
 void onDataSent(Channel channel, byte[] data)
           
 

Method Detail

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.