Uses of Interface
com.levigo.jadice.web.client.util.Gesture.GestureHandler
Packages that use Gesture.GestureHandler
Package
Description
-
Uses of Gesture.GestureHandler in com.levigo.jadice.web.client.internal.annotation
Methods in com.levigo.jadice.web.client.internal.annotation with parameters of type Gesture.GestureHandlerModifier and TypeMethodDescriptionvoid
Handle.onMousePressed
(MouseEditEvent e, Gesture.GestureHandler handler) void
Handle.onTouchStart
(TouchEditEvent e, Gesture.GestureHandler handler) -
Uses of Gesture.GestureHandler in com.levigo.jadice.web.client.util
Methods in com.levigo.jadice.web.client.util with parameters of type Gesture.GestureHandlerModifier and TypeMethodDescriptioncom.google.gwt.event.shared.HandlerRegistration
Gesture.addHandler
(Gesture.GestureHandler handler)