H
- W
- public abstract class TouchEvent<H extends EventHandler,W extends Widget<?,?>> extends UIEvent<H,NativeTouchEvent<? extends Element<?>>>
UIEvent.HasBrowserEvent, UIEvent.UIType<H extends EventHandler>
Event.Type<H extends EventHandler>
Modifier and Type | Field and Description |
---|---|
protected List<NativeTouchEvent.Touch<? extends Element<?>>> |
touchList |
Constructor and Description |
---|
TouchEvent() |
Modifier and Type | Method and Description |
---|---|
List<NativeTouchEvent.Touch<? extends Element<?>>> |
getChangedTouches() |
List<NativeTouchEvent.Touch<? extends Element<?>>> |
getTargetTouches() |
List<NativeTouchEvent.Touch<? extends Element<?>>> |
getTouches() |
void |
kill() |
dispatch, getEventPhase, getNativeEvent, isInEventThread, preventDefault, setNativeEvent, stopImmediatePropagation, stopPropagation
assertLive, cast, checkIsInEventThread, getSource, getType, isLive, isPreventDefault, isStopPropagation, releaseCapture, revive, setCapture, setCapture, setSource
protected List<NativeTouchEvent.Touch<? extends Element<?>>> touchList
public List<NativeTouchEvent.Touch<? extends Element<?>>> getTouches()
public List<NativeTouchEvent.Touch<? extends Element<?>>> getTargetTouches()
public List<NativeTouchEvent.Touch<? extends Element<?>>> getChangedTouches()
public void kill()
kill
in class Event<H extends EventHandler>
Copyright © 2018 Xalys. All rights reserved.