Interface CheckBox.Listener

  • Enclosing class:
    CheckBox

    public static interface CheckBox.Listener
    Listener interface that can be used to catch user events on the check box
    • Method Detail

      • onStatusChanged

        void onStatusChanged​(boolean checked)
        This is fired when the user has altered the checked state of this CheckBox
        Parameters:
        checked - If the CheckBox is now toggled on, this is set to true, otherwise false