NiftyEventpublic class DropDownSelectionChangedEvent<T> extends java.lang.Object implements NiftyEvent
| Constructor | Description |
|---|---|
DropDownSelectionChangedEvent(DropDown<T> dropDown,
T selection,
int selectionItemIndex) |
| Modifier and Type | Method | Description |
|---|---|---|
DropDown<T> |
getDropDown() |
|
T |
getSelection() |
|
int |
getSelectionItemIndex() |
Copyright © 2018. All rights reserved.