public static interface Menu.ItemClickListener
MenuItem is clicked should
implement this interface and register themselves to the Menu using
the Menu.addItemClickListener(ItemClickListener) method. ItemClickEvent| Modifier and Type | Method and Description |
|---|---|
void |
onItemClicked(ItemClickEvent event)
onItemClicked(ItemClickEvent) is invoked to
perform the appropriate actions in response to the MenuItem
click. |
void onItemClicked(ItemClickEvent event)
onItemClicked(ItemClickEvent) is invoked to
perform the appropriate actions in response to the MenuItem
click.event - An event containing the required information on the
MenuItem that was clicked.Copyright © 2016 com.github.ilyes4j. All rights reserved.