public interface IQuerySpecificationRegistryChangeListener
Modifier and Type | Method and Description |
---|---|
void |
entryAdded(IQuerySpecificationRegistryEntry entry)
Called when a new entry is added to the registry.
|
void |
entryRemoved(IQuerySpecificationRegistryEntry entry)
Called when an existing entry is removed from the registry.
|
void entryAdded(IQuerySpecificationRegistryEntry entry)
entry
- that is addedvoid entryRemoved(IQuerySpecificationRegistryEntry entry)
entry
- that is removed