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