@FunctionalInterface public interface GestureListener extends SWTEventListener
After creating an instance of a class that implements
this interface it can be added to a control using the
addGestureListener method and removed using
the removeGestureListener method. When a
gesture is triggered, the appropriate method will be invoked.
Warning: This API is currently only implemented on Windows and Cocoa. SWT doesn't send Gesture or Touch events on GTK.
GestureEvent| Modifier and Type | Method and Description |
|---|---|
void |
gesture(GestureEvent e)
Sent when a recognized gesture has occurred.
|
void gesture(GestureEvent e)
e - an event containing information about the gesture.
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.