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.
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 touch
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.