public interface TouchListener extends SWTEventListener
After creating an instance of a class that implements
this interface it can be added to a control using the
addTouchListener method and removed using
the removeTouchListener method. When a
touch occurs or changes state, the touch 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.
TouchEvent| Modifier and Type | Method and Description |
|---|---|
void |
touch(TouchEvent e)
Sent when a touch sequence begins, changes state, or ends.
|
void touch(TouchEvent e)
e - an event containing information about the touchCopyright © 2017. All Rights Reserved.