de.lessvoid.nifty.controls
Class DropDownSelectionChangedEvent<T>
java.lang.Object
de.lessvoid.nifty.controls.DropDownSelectionChangedEvent<T>
- All Implemented Interfaces:
- NiftyEvent<T>
public class DropDownSelectionChangedEvent<T>
- extends Object
- implements NiftyEvent<T>
Nifty generates this event when the selection of the DropDown changes.
- Author:
- void
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DropDownSelectionChangedEvent
public DropDownSelectionChangedEvent(DropDown<T> dropDown,
T selection,
int selectionItemIndex)
getDropDown
public DropDown<T> getDropDown()
getSelection
public T getSelection()
getSelectionItemIndex
public int getSelectionItemIndex()
Copyright © 2011. All Rights Reserved.