Interface ToolChestChangeListener


public interface ToolChestChangeListener
Listener that is notified when a ToolTemplate is added or removed from a project
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    toolRemoved(String toolName)
    ToolConfig was removed from the project toolchest
    void
    ToolSet was added to the project toolchest
    void
    ToolConfig was added to the project toolchest
  • Method Details

    • toolTemplateAdded

      void toolTemplateAdded(ToolTemplate tool)
      ToolConfig was added to the project toolchest
    • toolSetAdded

      void toolSetAdded(ToolSet toolset)
      ToolSet was added to the project toolchest
    • toolRemoved

      void toolRemoved(String toolName)
      ToolConfig was removed from the project toolchest