public interface IRegistrySourceConnector
IQuerySpecificationRegistry
).
The connector interface does not support direct access to query specifications, instead it sends existing specifications
to listeners on addition and sends notifications to listeners when a change occurs in the set of specifications.Modifier and Type | Method and Description |
---|---|
void |
addListener(IConnectorListener listener)
Add a listener to get updates on changes in the query specifications available from the connector.
|
java.lang.String |
getIdentifier()
The connector must return the same identifier every time it is invoked!
|
boolean |
includeSpecificationsInDefaultViews() |
void |
removeListener(IConnectorListener listener)
Removes an already registered listener and stops sending updates.
|
java.lang.String getIdentifier()
boolean includeSpecificationsInDefaultViews()
void addListener(IConnectorListener listener)
listener
- that should be addedvoid removeListener(IConnectorListener listener)
listener
- that should be removed