public interface

DoubleTapListener

implements GestureListener
com.neomades.gesture.DoubleTapListener

Class Overview

Listener to handle double tap events. Use setDoubleTapListener(DoubleTapListener) to register it.

Summary

Public Methods
abstract void onDoubleTapGesture(DoubleTap doubleTap, View view)
Called when a double tap occurs on a view.

Public Methods

public abstract void onDoubleTapGesture (DoubleTap doubleTap, View 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

Parameters
doubleTap the double tap event
view the origin view