The Glass Explorer Edition SDK is deprecated. This documentation remains as a historical reference.
GestureDetector.BaseListener
Receives detection results.
This listener receives discrete gestures:
TAP, LONG_PRESS
SWIPE_UP, SWIPE_LEFT, SWIPE_RIGHT, SWIPE_DOWN
Public Methods |
abstract
boolean
|
|
Public Methods
public
abstract
boolean
onGesture
(Gesture gesture)
Called when a gesture was recognized.
Only one gesture will be recognized per event sequence.
Parameters
gesture
| the detected gesture |
Returns
true
if the gesture was handled
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-10 UTC.
[null,null,["Last updated 2024-07-10 UTC."],[[["The `GestureDetector.BaseListener` interface, added in API level XE12, receives detection results for discrete gestures like taps, long presses, and swipes."],["It includes the `onGesture` method, which is called when a gesture is recognized and should return `true` if the gesture was handled."],["This listener recognizes only one gesture per event sequence, providing the detected gesture as a parameter to the `onGesture` method."]]],[]]