Class EventType
java.lang.Object
com.sparshui.common.messages.events.EventType
This is an enumeration of all event types currently available.
If you add a new event, you must modify this enumeration as well
as the enumeration in the C++ version, should you want to add
the event there as well.
- Author:
- root
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DRIVER_NONE
public static final int DRIVER_NONE- See Also:
-
SERVICE_LOST
public static final int SERVICE_LOST- See Also:
-
DRAG_EVENT
public static final int DRAG_EVENT- See Also:
-
ROTATE_EVENT
public static final int ROTATE_EVENT- See Also:
-
SPIN_EVENT
public static final int SPIN_EVENT- See Also:
-
TOUCH_EVENT
public static final int TOUCH_EVENT- See Also:
-
ZOOM_EVENT
public static final int ZOOM_EVENT- See Also:
-
DBLCLK_EVENT
public static final int DBLCLK_EVENT- See Also:
-
FLICK_EVENT
public static final int FLICK_EVENT- See Also:
-
RELATIVE_DRAG_EVENT
public static final int RELATIVE_DRAG_EVENT- See Also:
-
-
Constructor Details
-
EventType
public EventType()
-