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