com.sshtools.j2ssh.forwarding

Interface ForwardingConfigurationListener

All Superinterfaces:
EventListener

public interface ForwardingConfigurationListener
extends EventListener

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

Method Summary

void
closed(ForwardingConfiguration forward, ForwardingChannel channel)
void
dataReceived(ForwardingConfiguration forward, ForwardingChannel channel, int bytes)
void
dataSent(ForwardingConfiguration forward, ForwardingChannel channel, int bytes)
void
opened(ForwardingConfiguration forward, ForwardingChannel channel)

Method Details

closed

public void closed(ForwardingConfiguration forward,
                   ForwardingChannel channel)
Parameters:
channel -

dataReceived

public void dataReceived(ForwardingConfiguration forward,
                         ForwardingChannel channel,
                         int bytes)
Parameters:
channel -
bytes -

dataSent

public void dataSent(ForwardingConfiguration forward,
                     ForwardingChannel channel,
                     int bytes)
Parameters:
channel -
bytes -

opened

public void opened(ForwardingConfiguration forward,
                   ForwardingChannel channel)
Parameters:
channel -

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