public interface IURIChangeListener
IURIParser
for listening to URI and URI variant changesAbstractURIParser
Modifier and Type | Method and Description |
---|---|
void |
handleChange(IURIParser sourceParser,
java.util.Map<org.eclipse.emf.common.util.URI,org.eclipse.emf.common.util.URI> oldToNewURIs)
Callback method to notify change in uris.
|
void handleChange(IURIParser sourceParser, java.util.Map<org.eclipse.emf.common.util.URI,org.eclipse.emf.common.util.URI> oldToNewURIs) throws IndexException
sourceParser
- the IURIParser
firing the eventoldToNewURIs
- a map of old to new urisIndexException