Class RadioButtonCheckEvent

java.lang.Object
org.dwcj.controls.radiobutton.events.RadioButtonCheckEvent
All Implemented Interfaces:
ControlEvent

public final class RadioButtonCheckEvent extends Object implements ControlEvent
  • Constructor Details

    • RadioButtonCheckEvent

      public RadioButtonCheckEvent(RadioButton rButton, boolean checked)
  • Method Details

    • isChecked

      public boolean isChecked()
    • getControl

      public RadioButton 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