- 所有超级接口:
-
EventListener
用于接收拖动手势事件的监听器接口。该接口旨在用于拖动手势识别实现。有关如何注册监听器接口的详细信息,请参阅
DragGestureRecognizer的规范。在识别到拖动手势时,DragGestureRecognizer调用此接口的dragGestureRecognized()方法并传递一个DragGestureEvent。
- 参见:
-
Method Summary
Modifier and TypeMethodDescriptionvoid当DragGestureRecognizer检测到与平台相关的拖动启动手势时,将调用此方法。
-
Method Details
-
dragGestureRecognized
- 参数:
-
dge- 描述刚刚发生的手势的DragGestureEvent - 参见:
-