android.view.GestureDetector.OnContextClickListener |
Known Indirect Subclasses |
The listener that is used to notify when a context click occurs. When listening for a
context click ensure that you call onGenericMotionEvent(MotionEvent)
in
onGenericMotionEvent(MotionEvent)
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Notified when a context click occurs.
|
Notified when a context click occurs.
e | The motion event that occurred during the context click. |
---|