org.palo.api
Interface ConnectionListener


public interface ConnectionListener

ConnectionListener

This interface specifies the methods a ConnectionListener instance must provide.

Version:
$ID$

Method Summary
 void connectionChanged(ConnectionEvent event)
          Invoked when the connection was changed.
 

Method Detail

connectionChanged

void connectionChanged(ConnectionEvent event)
Invoked when the connection was changed.

Parameters:
event - the event carrying detail information about the change.