# Print output for @column tags ?>
public
static
interface
View.OnLongClickListener
android.view.View.OnLongClickListener |
Interface definition for a callback to be invoked when a view has been clicked and held.
Public methods | |
---|---|
abstract
boolean
|
onLongClick(View v)
Called when a view has been clicked and held. |
public abstract boolean onLongClick (View v)
Called when a view has been clicked and held.
Parameters | |
---|---|
v |
View : The view that was clicked and held. |
Returns | |
---|---|
boolean |
true if the callback consumed the long click, false otherwise. |