Class CheckBoxChangeEvent

java.lang.Object
org.dwcj.controls.checkbox.events.CheckBoxChangeEvent
All Implemented Interfaces:
ControlEvent

public final class CheckBoxChangeEvent extends Object implements ControlEvent
  • Constructor Details

    • CheckBoxChangeEvent

      public CheckBoxChangeEvent(CheckBox cCheckBox, boolean checked)
  • Method Details

    • isChecked

      public boolean isChecked()
    • getControl

      public CheckBox getControl()
      Description copied from interface: ControlEvent
      obtain a reference to the control that triggered the event
      Specified by:
      getControl in interface ControlEvent
      Returns:
      the control that triggered the event