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

java.lang.Object
  extended by de.lessvoid.nifty.controls.ListBoxSelectionChangedEvent<T>
All Implemented Interfaces:
de.lessvoid.nifty.NiftyEvent<T>

public class ListBoxSelectionChangedEvent<T>
extends Object
implements de.lessvoid.nifty.NiftyEvent<T>

Nifty generates this event when the selection of the ListBox changes.

Author:
void

Constructor Summary
ListBoxSelectionChangedEvent(ListBox<T> listBox, List<T> selection, List<Integer> selectionIndices)
           
 
Method Summary
 ListBox<T> getListBox()
           
 List<T> getSelection()
           
 List<Integer> getSelectionIndices()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListBoxSelectionChangedEvent

public ListBoxSelectionChangedEvent(ListBox<T> listBox,
                                    List<T> selection,
                                    List<Integer> selectionIndices)
Method Detail

getListBox

public ListBox<T> getListBox()

getSelection

public List<T> getSelection()

getSelectionIndices

public List<Integer> getSelectionIndices()


Copyright © 2011. All Rights Reserved.