de.lessvoid.nifty.controls
Class CheckBoxStateChangedEvent
java.lang.Object
de.lessvoid.nifty.controls.CheckBoxStateChangedEvent
- All Implemented Interfaces:
- NiftyEvent
public class CheckBoxStateChangedEvent
- extends Object
- implements NiftyEvent
Nifty generates this event when the state of the CheckBox changes.
- Author:
- void
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckBoxStateChangedEvent
public CheckBoxStateChangedEvent(CheckBox checkbox,
boolean checkedState)
getCheckBox
public CheckBox getCheckBox()
isChecked
public boolean isChecked()
Copyright © 2011. All Rights Reserved.