public class ListBoxSelectionChangedEvent<T> extends Object implements NiftyEvent<T>
ListBoxSelectionChangedEvent(ListBox<T> listBox, List<T> selection, List<Integer> selectionIndices)
ListBox<T>
getListBox()
List<T>
getSelection()
List<Integer>
getSelectionIndices()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ListBoxSelectionChangedEvent(ListBox<T> listBox, List<T> selection, List<Integer> selectionIndices)
public ListBox<T> getListBox()
public List<T> getSelection()
public List<Integer> getSelectionIndices()
Copyright © 2013. All Rights Reserved.