gnu.inet.http.event

Interface ConnectionListener

All Superinterfaces:
EventListener

public interface ConnectionListener
extends EventListener

A connection listener.

Method Summary

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

Method Details

connectionClosed

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