|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface ConnectionListener
A ConnectionListener is notified of any changes to a connection.
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
IManagedConnectionListener| Method Summary | |
|---|---|
void |
aboutToClose(ConnectionProfile profile)
|
void |
catalogChanged(ConnectionProfile profile,
Catalog catalog)
|
void |
closed(ConnectionProfile profile)
|
void |
columnChanged(ConnectionProfile profile,
Column column)
|
void |
databaseChanged(ConnectionProfile profile,
Database database)
|
void |
foreignKeyChanged(ConnectionProfile profile,
ForeignKey foreignKey)
|
void |
modified(ConnectionProfile profile)
|
boolean |
okToClose(ConnectionProfile profile)
|
void |
opened(ConnectionProfile profile)
|
void |
schemaChanged(ConnectionProfile profile,
Schema schema)
|
void |
sequenceChanged(ConnectionProfile profile,
Sequence sequence)
|
void |
tableChanged(ConnectionProfile profile,
Table table)
|
| Method Detail |
|---|
void opened(ConnectionProfile profile)
void modified(ConnectionProfile profile)
boolean okToClose(ConnectionProfile profile)
void aboutToClose(ConnectionProfile profile)
void closed(ConnectionProfile profile)
void databaseChanged(ConnectionProfile profile,
Database database)
void catalogChanged(ConnectionProfile profile,
Catalog catalog)
void schemaChanged(ConnectionProfile profile,
Schema schema)
void sequenceChanged(ConnectionProfile profile,
Sequence sequence)
void tableChanged(ConnectionProfile profile,
Table table)
void columnChanged(ConnectionProfile profile,
Column column)
void foreignKeyChanged(ConnectionProfile profile,
ForeignKey foreignKey)
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||