de.lessvoid.nifty.controls
Class CheckBoxStateChangedEvent

java.lang.Object
  extended by 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

Constructor Summary
CheckBoxStateChangedEvent(CheckBox checkbox, boolean checkedState)
           
 
Method Summary
 CheckBox getCheckBox()
           
 boolean isChecked()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckBoxStateChangedEvent

public CheckBoxStateChangedEvent(CheckBox checkbox,
                                 boolean checkedState)
Method Detail

getCheckBox

public CheckBox getCheckBox()

isChecked

public boolean isChecked()


Copyright © 2011. All Rights Reserved.