gnu.inet.http.event
Interface ConnectionListener

All Superinterfaces:
java.util.EventListener

public interface ConnectionListener
extends java.util.EventListener

A connection listener.


Method Summary
 void connectionClosed(ConnectionEvent event)
          Callback invoked when the associated connection is closed.
 

Method Detail

connectionClosed

void connectionClosed(ConnectionEvent event)
Callback invoked when the associated connection is closed.