public static interface PickerUI.PickerUIItemClickListener
| Modifier and Type | Method and Description |
|---|---|
void |
onItemClickPickerUI(int which,
int position,
java.lang.String valueResult)
Callback when the item has been clicked.
|