Class ButtonBindingListener.Adapter

  • All Implemented Interfaces:
    ButtonBindingListener
    Enclosing interface:
    ButtonBindingListener

    @Deprecated
    public static class ButtonBindingListener.Adapter
    extends java.lang.Object
    implements ButtonBindingListener
    Deprecated.
    Since 2.1 and Java 8 the interface itself has default implementations.
    Button binding listener adapter.
    • Constructor Detail

      • Adapter

        public Adapter()
        Deprecated.
    • Method Detail

      • buttonDataKeyChanged

        public void buttonDataKeyChanged​(Button button,
                                         java.lang.String previousButtonDataKey)
        Deprecated.
        Description copied from interface: ButtonBindingListener
        Called when a button's buttonData key has changed.
        Specified by:
        buttonDataKeyChanged in interface ButtonBindingListener
        Parameters:
        button - The button that has changed.
        previousButtonDataKey - The previous binding key for the button data.
      • buttonDataBindTypeChanged

        public void buttonDataBindTypeChanged​(Button button,
                                              BindType previousButtonDataBindType)
        Deprecated.
        Description copied from interface: ButtonBindingListener
        Called when a button's buttonData bind type has changed.
        Specified by:
        buttonDataBindTypeChanged in interface ButtonBindingListener
        Parameters:
        button - The button that has changed.
        previousButtonDataBindType - The previous bind type for the button data.
      • selectedKeyChanged

        public void selectedKeyChanged​(Button button,
                                       java.lang.String previousSelectedKey)
        Deprecated.
        Description copied from interface: ButtonBindingListener
        Called when a button's selected key has changed.
        Specified by:
        selectedKeyChanged in interface ButtonBindingListener
        Parameters:
        button - The button that has changed.
        previousSelectedKey - The previous binding key for the selected state.
      • selectedBindTypeChanged

        public void selectedBindTypeChanged​(Button button,
                                            BindType previousSelectedBindType)
        Deprecated.
        Description copied from interface: ButtonBindingListener
        Called when a button's selected bind type has changed.
        Specified by:
        selectedBindTypeChanged in interface ButtonBindingListener
        Parameters:
        button - The button that has changed.
        previousSelectedBindType - The previous bind type for the selected state.
      • stateKeyChanged

        public void stateKeyChanged​(Button button,
                                    java.lang.String previousStateKey)
        Deprecated.
        Description copied from interface: ButtonBindingListener
        Called when a button's state key has changed.
        Specified by:
        stateKeyChanged in interface ButtonBindingListener
        Parameters:
        button - The button that has changed.
        previousStateKey - The previous binding key for the button state.
      • stateBindTypeChanged

        public void stateBindTypeChanged​(Button button,
                                         BindType previousStateBindType)
        Deprecated.
        Description copied from interface: ButtonBindingListener
        Called when a button's state bind type has changed.
        Specified by:
        stateBindTypeChanged in interface ButtonBindingListener
        Parameters:
        button - The button that has changed.
        previousStateBindType - The previous bind type for the button state.