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