@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="?")
@FunctionalInterface
public interface TouchEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
handleEvent(TouchEvent event)
Handle event of type TouchEvent
|
void handleEvent(@Nonnull
TouchEvent event)