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