@Generated(value="org.realityforge.webtack")
@JsFunction
@FunctionalInterface
public interface OnErrorEventHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onInvoke(EventOrStringUnion event,
java.lang.String source,
int lineno,
int colno,
java.lang.Object error) |
void onInvoke(@Nonnull
EventOrStringUnion event,
@Nonnull
java.lang.String source,
int lineno,
int colno,
@Nullable
java.lang.Object error)