Package ghidra.framework.model
Interface ToolChestChangeListener
public interface ToolChestChangeListener
Listener that is notified when a ToolTemplate is added or removed from a
project
-
Method Summary
Modifier and TypeMethodDescriptionvoid
toolRemoved
(String toolName) ToolConfig was removed from the project toolchestvoid
toolSetAdded
(ToolSet toolset) ToolSet was added to the project toolchestvoid
ToolConfig was added to the project toolchest
-
Method Details
-
toolTemplateAdded
ToolConfig was added to the project toolchest -
toolSetAdded
ToolSet was added to the project toolchest -
toolRemoved
ToolConfig was removed from the project toolchest
-