org.eclipse.datatools.connectivity
Interface IProfileListener

All Known Subinterfaces:
IProfileListener1
All Known Implementing Classes:
ResultsViewControl

public interface IProfileListener

Profile Change Listener

Author:
shongxum

Method Summary
 void profileAdded(IConnectionProfile profile)
          The specified profile has been added.
 void profileChanged(IConnectionProfile profile)
          The specified profile has been modified.
 void profileDeleted(IConnectionProfile profile)
          The specified profile has been deleted.
 

Method Detail

profileAdded

void profileAdded(IConnectionProfile profile)
The specified profile has been added.

Parameters:
profile -

profileDeleted

void profileDeleted(IConnectionProfile profile)
The specified profile has been deleted.

Parameters:
profile -

profileChanged

void profileChanged(IConnectionProfile profile)
The specified profile has been modified. Modification includes changes to any properties, the name, auto-connect flag, etc.

Parameters:
profile -