Modifier and Type | Method and Description |
---|---|
void |
onSelectionChanged(int selectedIndex,
int previousSelection)
This method is called whenever the user changes selection from one item to another in the combo box
|
void onSelectionChanged(int selectedIndex, int previousSelection)
selectedIndex
- Index of the item which is now selectedpreviousSelection
- Index of the item which was previously selectedCopyright © 2016. All rights reserved.