[null,null,["Last updated 2024-06-26 UTC."],[],["`BaseGesture.OnGestureEventListener` defines callbacks for `BaseGesture` events. Subclasses include controllers for transformations like dragging, pinching, and twisting. `BaseTransformationController` handles transform properties, while `RotationController`, `ScaleController`, and `TranslationController` manage rotation, scale, and position changes, respectively. `DragGesture`, `PinchGesture`, and `TwistGesture` have associated listeners for invoking callbacks. The core actions are defined within two methods: `onFinished(T gesture)` and `onUpdated(T gesture)`, both receiving a gesture parameter.\n"]]