nu.zoom.ldap.eon.connection
Interface ConnectionFactoryListener

All Known Implementing Classes:
ConnectionMenuChangeHandler

public interface ConnectionFactoryListener

ConnectionFactory events.

Version:
$Revision: 1.2 $
Author:
$Author: johan $

Method Summary
 void connectionDataChanged(Connection connection)
          The data for a connection has changed.
 void createdConnection(Connection connection)
          A new connection was created.
 void removedConnection(ConnectionGUID connectionGUID)
          A connection has been removed.
 

Method Detail

createdConnection

void createdConnection(Connection connection)
A new connection was created.

Parameters:
connection - The connection that was created.

removedConnection

void removedConnection(ConnectionGUID connectionGUID)
A connection has been removed.

Parameters:
connectionGUID - The ID of the connection that was removed.

connectionDataChanged

void connectionDataChanged(Connection connection)
The data for a connection has changed.

Parameters:
connection - The connection where the data has changed.


Copyright © 2011. All Rights Reserved.