Interface ToolListener


public interface ToolListener
Interface to be implemented by objects that want to receive PluginEvents. Tools must be registered for a particular event to actually receive it.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method is invoked when the registered PluginEvent event occurs.
  • Method Details

    • processToolEvent

      void processToolEvent(PluginEvent toolEvent)
      This method is invoked when the registered PluginEvent event occurs.
      Parameters:
      toolEvent - The cross-tool PluginEvent.