| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.datatools.sqltools.sqleditor.internal.profile.SQLEditorProfileListener
public class SQLEditorProfileListener
| Constructor Summary | |
|---|---|
| SQLEditorProfileListener() | |
| Method Summary | |
|---|---|
|  void | aboutToClose(ConnectEvent event)The profile is about to close | 
|  void | closeConnection(ConnectEvent event)The profile is to be disconnected | 
|  boolean | okToClose(ConnectEvent event)Asks if the profile can be closed currently | 
|  void | profileAdded(IConnectionProfile profile) | 
|  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) | 
|  void | profileConnected(ConnectEvent event)The profile is connected. | 
|  void | profileDeleted(IConnectionProfile profile) | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SQLEditorProfileListener()
| Method Detail | 
|---|
public void profileAdded(IConnectionProfile profile)
profileAdded in interface org.eclipse.datatools.sqltools.core.profile.ISQLToolsProfileListener
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)
profileChanged in interface org.eclipse.datatools.sqltools.core.profile.ISQLToolsProfileListenerpublic void profileDeleted(IConnectionProfile profile)
profileDeleted in interface org.eclipse.datatools.sqltools.core.profile.ISQLToolsProfileListenerpublic void closeConnection(ConnectEvent event)
ISQLToolsConnectListener
closeConnection in interface ISQLToolsConnectListenerevent - the connect eventpublic boolean okToClose(ConnectEvent event)
ISQLToolsConnectListener
okToClose in interface ISQLToolsConnectListenerevent - the connect event
public void aboutToClose(ConnectEvent event)
ISQLToolsConnectListener
aboutToClose in interface ISQLToolsConnectListenerevent - the connect eventpublic void profileConnected(ConnectEvent event)
ISQLToolsConnectListener
profileConnected in interface ISQLToolsConnectListenerevent - the connect event| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||