| com.neomades.gesture.LongPressListener |
Listener to handle long press events. Use
setLongPressListener(LongPressListener) to register
it.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
onLongPressGesture(LongPress longPress, View view)
Called when a long press occurs on a view.
| ||||||||||
Called when a long press occurs on a view. This method is called in two situations:
getState() returns
BEGINgetState() returns
END.| longPress | the long press event |
|---|---|
| view | the origin view |