| Modifier and Type | Method | 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 © 2020. All rights reserved.