Package ghidra.framework.model
Interface DefaultToolChangeListener
public interface DefaultToolChangeListener
Listener that is notified when the default tool specification changes.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
defaultToolChanged
(String oldName, String newName) Notification that the default tool specification changed
-
Method Details
-
defaultToolChanged
Notification that the default tool specification changed- Parameters:
oldName
- name of the old default toolnewName
- name of the new default tool
-