de.lessvoid.nifty.controls
Class DropDownSelectionChangedEvent<T>

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

Constructor Summary
DropDownSelectionChangedEvent(DropDown<T> dropDown, T selection, int selectionItemIndex)
           
 
Method Summary
 DropDown<T> getDropDown()
           
 T getSelection()
           
 int getSelectionItemIndex()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DropDownSelectionChangedEvent

public DropDownSelectionChangedEvent(DropDown<T> dropDown,
                                     T selection,
                                     int selectionItemIndex)
Method Detail

getDropDown

public DropDown<T> getDropDown()

getSelection

public T getSelection()

getSelectionItemIndex

public int getSelectionItemIndex()


Copyright © 2011. All Rights Reserved.