org.caleigo.toolkit.tunnel
Interface ITunnelListener

All Known Implementing Classes:
AbstractTunnelServer

public interface ITunnelListener

Version:
1.00
Author:
Mattias Hagstrand

Method Summary
 void connectionLost(TunnelEvent event)
          Invoked on an ITunnel on the client side when the connection to the server has been lost.
 void tunnelClosed(TunnelEvent event)
          Invoked when the ITunnel has been closed.
 

Method Detail

tunnelClosed

public void tunnelClosed(TunnelEvent event)
Invoked when the ITunnel has been closed. This happens on the server side when the tunnel on the client side is closed. The source ITunnel is finalized before this method is invoked.


connectionLost

public void connectionLost(TunnelEvent event)
Invoked on an ITunnel on the client side when the connection to the server has been lost. The source ITunnel is finalized before this method is invoked.



Copyright © 2005 Caleigo. All Rights Reserved.