react4j.dom.events.KeyboardEventHandler Maven / Gradle / Ivy
The newest version!
package react4j.dom.events;
import jsinterop.annotations.JsFunction;
@JsFunction
@FunctionalInterface
public interface KeyboardEventHandler
{
void onKeyboardEvent( KeyboardEvent event );
}