com.sshtools.j2ssh.connection

Interface ChannelEventListener

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 Details

onChannelClose

public void onChannelClose(Channel channel)
Parameters:
channel -

onChannelEOF

public void onChannelEOF(Channel channel)
Parameters:
channel -

onChannelOpen

public void onChannelOpen(Channel channel)
Parameters:
channel -

onDataReceived

public void onDataReceived(Channel channel,
                           byte[] data)
Parameters:
channel -
data -

onDataSent

public void onDataSent(Channel channel,
                       byte[] data)
Parameters:
channel -
data -

Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.