Package pro.streem.ar.sceneform.ux
Interface DragGestureRecognizer.OnGestureStartedListener
-
- All Superinterfaces:
BaseGestureRecognizer.OnGestureStartedListener<DragGesture>
- Enclosing class:
- DragGestureRecognizer
public static interface DragGestureRecognizer.OnGestureStartedListener extends BaseGestureRecognizer.OnGestureStartedListener<DragGesture>
Interface definition for a callbacks to be invoked when aDragGesturestarts.
-
-
Method Summary
-
Methods inherited from interface pro.streem.ar.sceneform.ux.BaseGestureRecognizer.OnGestureStartedListener
onGestureStarted
-
-