Package ghidra.framework.model
Interface DefaultToolChangeListener
- 
 public interface DefaultToolChangeListenerListener that is notified when the default tool specification changes.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddefaultToolChanged(java.lang.String oldName, java.lang.String newName)Notification that the default tool specification changed
 
-