Package pro.streem.ar.sceneform.ux
Interface BaseGestureRecognizer.OnGestureStartedListener<T extends BaseGesture<T>>
-
- All Known Subinterfaces:
DragGestureRecognizer.OnGestureStartedListener,PinchGestureRecognizer.OnGestureStartedListener,TwistGestureRecognizer.OnGestureStartedListener
- All Known Implementing Classes:
BaseTransformationController,RotationController,ScaleController,TranslationController
- Enclosing class:
- BaseGestureRecognizer<T extends BaseGesture<T>>
public static interface BaseGestureRecognizer.OnGestureStartedListener<T extends BaseGesture<T>>Interface definition for a callbacks to be invoked when aBaseGesturestarts.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonGestureStarted(T gesture)
-
-
-
Method Detail
-
onGestureStarted
void onGestureStarted(T gesture)
-
-