public interface IConnectorListener
Modifier and Type | Method and Description |
---|---|
void |
querySpecificationAdded(IRegistrySourceConnector connector,
IQuerySpecificationProvider specificationProvider)
Called when a new query specification is added to the given connector.
|
void |
querySpecificationRemoved(IRegistrySourceConnector connector,
IQuerySpecificationProvider specificationProvider)
Called when a query specification is removed from the given connector.
|
void querySpecificationAdded(IRegistrySourceConnector connector, IQuerySpecificationProvider specificationProvider)
connector
- that has a new specificationspecificationProvider
- that wraps the new specificationvoid querySpecificationRemoved(IRegistrySourceConnector connector, IQuerySpecificationProvider specificationProvider)
connector
- that has a removed specificationspecificationProvider
- that wraps the removed specification