public
static
interface
View.OnContextClickListener
android.view.View.OnContextClickListener |
Interface definition for a callback to be invoked when a view is context clicked.
Public methods | |
---|---|
abstract
boolean
|
onContextClick(View v)
Called when a view is context clicked. |
boolean onContextClick (View v)
Called when a view is context clicked.
Parameters | |
---|---|
v |
View :
The view that has been context clicked. |
Returns | |
---|---|
boolean |
true if the callback consumed the context click, false otherwise. |