com.neomades.gesture.DoubleTapListener |
Listener to handle double tap events. Use
setDoubleTapListener(DoubleTapListener)
to register
it.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
onDoubleTapGesture(DoubleTap doubleTap, View view)
Called when a double tap occurs on a view.
|
Called when a double tap occurs on a view.
This method is called when a double tap is detected, the corresponding state
returned by getState()
is always END
doubleTap | the double tap event |
---|---|
view | the origin view |