org.topbraid.core.change
Interface IRenamingChangeListener
- All Known Implementing Classes:
- StringRenamingListener
public interface IRenamingChangeListener
An interface for listeners that need to react on renaming changes
at an IChangeEngine. The listeners will be called before the change
is completed, so that they can do additional changes (such as adjusting
sparql:queries or jena:rules) within the same undo context.
- Author:
- Holger Knublauch
changeIsRenaming
void changeIsRenaming(IRenamingChange change)