OnContextClickListener
public
interface
OnContextClickListener
androidx.recyclerview.selection.OnContextClickListener |
Register an OnContextClickListener to be notified when a context click occurs.
Summary
Public methods | |
---|---|
abstract
boolean
|
onContextClick(MotionEvent e)
Called when user performs a context click, usually via mouse pointer right-click. |
Public methods
onContextClick
public abstract boolean onContextClick (MotionEvent e)
Called when user performs a context click, usually via mouse pointer right-click.
Parameters | |
---|---|
e |
MotionEvent : the event associated with the click. |
Returns | |
---|---|
boolean |
true if the event was handled. |