public static class TapGestureRecognizer.TapGestureEvent extends AbstractGestureEvent<TapGestureRecognizer.TapGestureEvent.TapGestureHandler>
Modifier and Type | Class and Description |
---|---|
static interface |
TapGestureRecognizer.TapGestureEvent.HasTapGestureHandlers |
static interface |
TapGestureRecognizer.TapGestureEvent.TapGestureHandler |
Modifier and Type | Field and Description |
---|---|
static <any> |
TYPE |
Constructor and Description |
---|
TapGestureEvent(TouchData touchData,
TapGestureRecognizer gesture) |
Modifier and Type | Method and Description |
---|---|
void |
dispatch(TapGestureRecognizer.TapGestureEvent.TapGestureHandler handler) |
<any> |
getAssociatedType() |
TouchData |
getTouchData() |
static <any> |
getType() |
cancel, getActiveTouches
public TapGestureEvent(TouchData touchData, TapGestureRecognizer gesture)
public static <any> getType()
public TouchData getTouchData()
public <any> getAssociatedType()
public void dispatch(TapGestureRecognizer.TapGestureEvent.TapGestureHandler handler)
Copyright © 2018. All rights reserved.