net.sf.neem.impl
Interface ConnectionListener

All Known Implementing Classes:
Overlay

public interface ConnectionListener

Low level connection handler. This is implemented by overlay management modules to be informed of connections being opened and closed by the transport layer.


Method Summary
 void close(Connection info)
          Notification of a connection being closed.
 void open(Connection info)
          Notification of a new connection.
 

Method Detail

open

void open(Connection info)
Notification of a new connection.

Parameters:
info - The connection to the new peer.

close

void close(Connection info)
Notification of a connection being closed.

Parameters:
info - The recently closed connection.


Copyright © 2005 University of Minho, Portugal. All Rights Reserved.