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 TypeMethodDescriptionvoidtoolRemoved(String toolName) ToolConfig was removed from the project toolchestvoidtoolSetAdded(ToolSet toolset) ToolSet was added to the project toolchestvoidToolConfig 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 
 -