Interface ButtonStateListener

    • Method Detail

      • stateChanged

        void stateChanged​(Button button,
                          Button.State previousState)
        Called when a button's state has changed.
        Parameters:
        button - The button whose state changed.
        previousState - The previous state of the button.