Package ghidra.framework.model
Interface DefaultToolChangeListener
-
public interface DefaultToolChangeListenerListener that is notified when the default tool specification changes.
-
-
Method Summary
All 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
-