|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defined for SQL Dev Tools, the implementor will be notified when profile events occur, all classes in SQL Dev Tools which need to be
notified when profile events occur should implement this interface (instead of IProfileListener, IProfileListener1)
and register as an observer of SQLToolsProfileListenersManager
Method Summary | |
void |
profileAdded(IConnectionProfile profile)
Will be notified when a new profile is added |
void |
profileChanged(IConnectionProfile profile,
java.lang.String oldName,
java.lang.String oldDesc,
java.lang.Boolean oldAutoConnect,
boolean onlyNameChanged,
ConnectProfile oldProfile)
Will be notified when a profile is changed |
void |
profileDeleted(IConnectionProfile profile)
Will be notified when a profile deleted |
Method Detail |
public void profileDeleted(IConnectionProfile profile)
profile
- the connection profile instancepublic void profileAdded(IConnectionProfile profile)
profile
- the connection profile instancepublic void profileChanged(IConnectionProfile profile, java.lang.String oldName, java.lang.String oldDesc, java.lang.Boolean oldAutoConnect, boolean onlyNameChanged, ConnectProfile oldProfile)
profile
- the profile instance (after changed)oldName
- the old name of the profile (The name may be changed)oldDesc
- the old description of the profileoldAutoConnect
- the old autoconnect property of the profileonlyNameChanged
- TODOoldProfile
- TODO
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |