public class TunnelListenerAdapter extends Object implements TunnelListener
| Constructor and Description |
|---|
TunnelListenerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
onBroken(Tunnel tunnel,
BrokenTunnelException e) |
void |
onClose(Tunnel tunnel) |
void |
onConnect(Tunnel tunnel) |
void |
onInterrupt(Tunnel tunnel) |
public void onConnect(Tunnel tunnel)
onConnect in interface TunnelListenerpublic void onClose(Tunnel tunnel)
onClose in interface TunnelListenerpublic void onBroken(Tunnel tunnel, BrokenTunnelException e)
onBroken in interface TunnelListenerpublic void onInterrupt(Tunnel tunnel)
onInterrupt in interface TunnelListenerCopyright © 2011 Ovea. All Rights Reserved.