org.eclipse.datatools.sqltools.routineeditor.launching
Class SQLToolsLaunchProfileListener
java.lang.Object
org.eclipse.datatools.sqltools.routineeditor.launching.SQLToolsLaunchProfileListener
- All Implemented Interfaces:
- org.eclipse.datatools.sqltools.core.profile.ISQLToolsProfileListener
public class SQLToolsLaunchProfileListener
- extends java.lang.Object
- implements org.eclipse.datatools.sqltools.core.profile.ISQLToolsProfileListener
This class keeps the SQL Dev Tools launch configuration in sync with the connection profile.
- Author:
- Hui Cao
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SQLToolsLaunchProfileListener
public SQLToolsLaunchProfileListener()
profileChanged
public void profileChanged(IConnectionProfile profile,
java.lang.String oldName,
java.lang.String oldDesc,
java.lang.Boolean oldAutoConnect,
boolean onlyNameChanged,
org.eclipse.datatools.sqltools.core.profile.ConnectProfile oldProfile)
- Specified by:
profileChanged
in interface org.eclipse.datatools.sqltools.core.profile.ISQLToolsProfileListener
profileAdded
public void profileAdded(IConnectionProfile profile)
- Specified by:
profileAdded
in interface org.eclipse.datatools.sqltools.core.profile.ISQLToolsProfileListener
profileDeleted
public void profileDeleted(IConnectionProfile profile)
- Specified by:
profileDeleted
in interface org.eclipse.datatools.sqltools.core.profile.ISQLToolsProfileListener