- All Implemented Interfaces:
- de.lessvoid.nifty.NiftyEvent<Void>
public class RadioButtonStateChangedEvent
extends Object
implements de.lessvoid.nifty.NiftyEvent<Void>
Nifty generates this event when a single RadioButton changes its state. It
gets selected or unselected. If you're more interested in the state of a whole
RadioGroup (a linked collection of individual RadioButtons with only a single
one being allowed to be active) you might want to look at the
RadioGroupSelectionChangedEvent.
- Author:
- void