|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnu.zoom.ldap.eon.connection.ConnectionMenuChangeHandler
public class ConnectionMenuChangeHandler
Builds and rebuilds a connection menu.
| 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 |
|---|
public ConnectionMenuChangeHandler(Workbench workbench,
org.ops4j.gaderian.Messages messages,
ComponentFactory componentFactory,
OperationManager operationManager,
ConnectionFactory connectionFactory)
| Method Detail |
|---|
public void createdConnection(Connection connection)
ConnectionFactoryListener
createdConnection in interface ConnectionFactoryListenerconnection - The connection that was created.public void removedConnection(ConnectionGUID connectionGUID)
ConnectionFactoryListener
removedConnection in interface ConnectionFactoryListenerconnectionGUID - The ID of the connection that was removed.public void connectionDataChanged(Connection connection)
ConnectionFactoryListener
connectionDataChanged in interface ConnectionFactoryListenerconnection - The connection where the data has changed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||