nu.zoom.ldap.eon.connection
Class ConnectionMenuChangeHandler

java.lang.Object
  extended by nu.zoom.ldap.eon.connection.ConnectionMenuChangeHandler
All Implemented Interfaces:
ConnectionFactoryListener

public class ConnectionMenuChangeHandler
extends Object
implements ConnectionFactoryListener

Builds and rebuilds a connection menu.

Version:
$Revision: 1.3 $
Author:
$Author: johan $

Constructor Summary
ConnectionMenuChangeHandler(Workbench workbench, org.ops4j.gaderian.Messages messages, ComponentFactory componentFactory, OperationManager operationManager, ConnectionFactory connectionFactory)
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionMenuChangeHandler

public ConnectionMenuChangeHandler(Workbench workbench,
                                   org.ops4j.gaderian.Messages messages,
                                   ComponentFactory componentFactory,
                                   OperationManager operationManager,
                                   ConnectionFactory connectionFactory)
Method Detail

createdConnection

public void createdConnection(Connection connection)
Description copied from interface: ConnectionFactoryListener
A new connection was created.

Specified by:
createdConnection in interface ConnectionFactoryListener
Parameters:
connection - The connection that was created.

removedConnection

public void removedConnection(ConnectionGUID connectionGUID)
Description copied from interface: ConnectionFactoryListener
A connection has been removed.

Specified by:
removedConnection in interface ConnectionFactoryListener
Parameters:
connectionGUID - The ID of the connection that was removed.

connectionDataChanged

public void connectionDataChanged(Connection connection)
Description copied from interface: ConnectionFactoryListener
The data for a connection has changed.

Specified by:
connectionDataChanged in interface ConnectionFactoryListener
Parameters:
connection - The connection where the data has changed.


Copyright © 2011. All Rights Reserved.