public interface ForwardingConfigurationListener
extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
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) |
void opened(ForwardingConfiguration forward, ForwardingChannel channel)
channel - void closed(ForwardingConfiguration forward, ForwardingChannel channel)
channel - void dataReceived(ForwardingConfiguration forward, ForwardingChannel channel, int bytes)
channel - bytes - void dataSent(ForwardingConfiguration forward, ForwardingChannel channel, int bytes)
channel - bytes - Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.