public static interface View.OnCreateContextMenuListener
Modifier and Type | Method and Description |
---|---|
void |
onCreateContextMenu(ContextMenu menu,
View v,
ContextMenu.ContextMenuInfo menuInfo)
Called when the context menu for this view is being built.
|
void onCreateContextMenu(ContextMenu menu, View v, ContextMenu.ContextMenuInfo menuInfo)
menu
- The context menu that is being builtv
- The view for which the context menu is being builtmenuInfo
- Extra information about the item for which the
context menu should be shown. This information will vary
depending on the class of v.