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.
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, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.