Class CheckBoxChangeEvent
java.lang.Object
org.dwcj.controls.checkbox.events.CheckBoxChangeEvent
- All Implemented Interfaces:
ControlEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionobtain a reference to the control that triggered the eventboolean
-
Constructor Details
-
CheckBoxChangeEvent
-
-
Method Details
-
isChecked
public boolean isChecked() -
getControl
Description copied from interface:ControlEventobtain a reference to the control that triggered the event- Specified by:
getControlin interfaceControlEvent- Returns:
- the control that triggered the event
-