Package com.sun.javafx.tk.quantum
Interface GlassTouchEventListener
- All Known Subinterfaces:
GestureRecognizer
- All Known Implementing Classes:
GestureRecognizers
,SwipeGestureRecognizer
public interface GlassTouchEventListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
notifyBeginTouchEvent
(long time, int modifiers, boolean isDirect, int touchEventCount) void
notifyEndTouchEvent
(long time) void
notifyNextTouchEvent
(long time, String type, long touchId, int x, int y, int xAbs, int yAbs)
-
Method Details
-
notifyBeginTouchEvent
void notifyBeginTouchEvent(long time, int modifiers, boolean isDirect, int touchEventCount) -
notifyNextTouchEvent
-
notifyEndTouchEvent
void notifyEndTouchEvent(long time)
-