为什么有些 api 将处理程序作为方法参数?有哪些可能的用例?具体来说,我需要有人解释为什么我们需要 dispatchgesture 方法中的处理程序。我正在尝试使用此 dispatchgesture 方法代表用户执行拖动操作。
boolean dispatchGesture (GestureDescription gesture,
AccessibilityService.GestureResultCallback callback,
Handler handler)