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