Add connect listener to profile
Identifier:
org.eclipse.datatools.connectivity.ui.addConnectListener
Since:
[Enter the first release in which this extension point appears.]
Description:
This extension point is to provide a method of adding a connect listener to a profile.
Configuration Markup:
<!ELEMENT extension (addConnectProvider)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED
>
<!ELEMENT addConnectProvider EMPTY>
<!ATTLIST addConnectProvider
class CDATA #REQUIRED
provider CDATA #REQUIRED
>
Specify the provider for the connection listener.
- class - Specify the Connection type; i.e, IConnectionProfile
- provider - Specify the Java class that implements the connection listener.
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]