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 Summary

    Modifier and Type
    Method
    Description
    void
    onStatusChanged(boolean checked)
    This is fired when the user has altered the checked state of this CheckBox
  • Method Details

    • 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