Class AbstractSharedKeybindingAction

Constructor Detail

  • Method Detail

    • optionsChanged

      public void optionsChanged​(ToolOptions options,
                                 java.lang.String name,
                                 java.lang.Object oldValue,
                                 java.lang.Object newValue)
      Description copied from interface: OptionsChangeListener
      Notification that an option changed.

      Note: to reject an options change, you can throw a OptionsVetoException.

      Specified by:
      optionsChanged in interface OptionsChangeListener
      Parameters:
      options - options object containing the property that changed
      name - name of option that changed
      oldValue - old value of the option
      newValue - new value of the option