|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConnectionFactoryListener
ConnectionFactory events.
| 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 |
|---|
void createdConnection(Connection connection)
connection - The connection that was created.void removedConnection(ConnectionGUID connectionGUID)
connectionGUID - The ID of the connection that was removed.void connectionDataChanged(Connection connection)
connection - The connection where the data has changed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||