Class DoubleTapGestureRecognizer.DoubleTapGestureEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<H>
-
- com.sencha.gxt.core.client.gestures.AbstractGestureEvent<DoubleTapGestureRecognizer.DoubleTapGestureEvent.DoubleTapGestureEventHandler>
-
- com.sencha.gxt.core.client.gestures.DoubleTapGestureRecognizer.DoubleTapGestureEvent
-
- Enclosing class:
- DoubleTapGestureRecognizer
public static class DoubleTapGestureRecognizer.DoubleTapGestureEvent extends AbstractGestureEvent<DoubleTapGestureRecognizer.DoubleTapGestureEvent.DoubleTapGestureEventHandler>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DoubleTapGestureRecognizer.DoubleTapGestureEvent.DoubleTapGestureEventHandler
-
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H extends Object>
-
-
Constructor Summary
Constructors Constructor Description DoubleTapGestureEvent(TouchData touchData, GestureRecognizer gesture)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gwt.event.shared.GwtEvent.Type<DoubleTapGestureRecognizer.DoubleTapGestureEvent.DoubleTapGestureEventHandler>
getAssociatedType()
TouchData
getTouchData()
static com.google.gwt.event.shared.GwtEvent.Type<DoubleTapGestureRecognizer.DoubleTapGestureEvent.DoubleTapGestureEventHandler>
getType()
-
Methods inherited from class com.sencha.gxt.core.client.gestures.AbstractGestureEvent
cancel, getActiveTouches
-
-
-
-
Constructor Detail
-
DoubleTapGestureEvent
public DoubleTapGestureEvent(TouchData touchData, GestureRecognizer gesture)
-
-
Method Detail
-
getType
public static com.google.gwt.event.shared.GwtEvent.Type<DoubleTapGestureRecognizer.DoubleTapGestureEvent.DoubleTapGestureEventHandler> getType()
-
getTouchData
public TouchData getTouchData()
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<DoubleTapGestureRecognizer.DoubleTapGestureEvent.DoubleTapGestureEventHandler> getAssociatedType()
- Specified by:
getAssociatedType
in classcom.google.gwt.event.shared.GwtEvent<DoubleTapGestureRecognizer.DoubleTapGestureEvent.DoubleTapGestureEventHandler>
-
-