|
|||||||||||
| 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 IProfileListenerprofile - public void profileDeleted(IConnectionProfile profile)
IProfileListener
profileDeleted in interface IProfileListenerprofile - public void profileChanged(IConnectionProfile profile)
IProfileListener
profileChanged in interface IProfileListenerprofile -
public void profileChanged(IConnectionProfile profile,
java.lang.String oldName,
java.lang.String oldDesc,
java.lang.Boolean oldAutoConnect)
profileChanged in interface IProfileListener1public boolean okToClose(ConnectEvent event)
IManagedConnectionListener
okToClose in interface IManagedConnectionListenerevent -
public void opened(ConnectEvent event)
IManagedConnectionListener
opened in interface IManagedConnectionListenerevent - public void closed(ConnectEvent event)
IManagedConnectionListener
closed in interface IManagedConnectionListenerevent - public void aboutToClose(ConnectEvent event)
IManagedConnectionListener
aboutToClose in interface IManagedConnectionListenerevent - public void modified(ConnectEvent event)
IManagedConnectionListener
modified in interface IManagedConnectionListenerevent -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||