|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.sqltools.core.profile.SQLToolsProfileProxyListener
Method Summary | |
void |
aboutToClose(ConnectEvent event)
The connection manged by the associated IManagedConnection is about to be closed. |
void |
closed(ConnectEvent event)
The connection manged by the associated IManagedConnection has been closed. |
static SQLToolsProfileProxyListener |
getInstance()
|
void |
init(IConnectionProfile[] profiles)
|
void |
modified(ConnectEvent event)
The connection manged by the associated IManagedConnection has been modifed. |
boolean |
okToClose(ConnectEvent event)
A client (or the user) has requested the connection managed by the associated IManagedConnection be closed. |
void |
opened(ConnectEvent event)
The connection managed by the associated IManagedConnection has been opened. |
void |
profileAdded(IConnectionProfile profile)
The specified profile has been added. |
void |
profileChanged(IConnectionProfile profile)
The specified profile has been modified. |
void |
profileChanged(IConnectionProfile profile,
java.lang.String oldName,
java.lang.String oldDesc,
java.lang.Boolean oldAutoConnect)
|
void |
profileDeleted(IConnectionProfile profile)
The specified profile has been deleted. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static SQLToolsProfileProxyListener getInstance()
public void init(IConnectionProfile[] profiles)
public void profileAdded(IConnectionProfile profile)
IProfileListener
profileAdded
in interface IProfileListener
profile
- public void profileDeleted(IConnectionProfile profile)
IProfileListener
profileDeleted
in interface IProfileListener
profile
- public void profileChanged(IConnectionProfile profile)
IProfileListener
profileChanged
in interface IProfileListener
profile
- public void profileChanged(IConnectionProfile profile, java.lang.String oldName, java.lang.String oldDesc, java.lang.Boolean oldAutoConnect)
profileChanged
in interface IProfileListener1
public boolean okToClose(ConnectEvent event)
IManagedConnectionListener
okToClose
in interface IManagedConnectionListener
event
-
public void opened(ConnectEvent event)
IManagedConnectionListener
opened
in interface IManagedConnectionListener
event
- public void closed(ConnectEvent event)
IManagedConnectionListener
closed
in interface IManagedConnectionListener
event
- public void aboutToClose(ConnectEvent event)
IManagedConnectionListener
aboutToClose
in interface IManagedConnectionListener
event
- public void modified(ConnectEvent event)
IManagedConnectionListener
modified
in interface IManagedConnectionListener
event
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |