@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="CloseEvent")
public class CloseEvent
extends Event
AT_TARGET, BUBBLING_PHASE, cancelBubble, CAPTURING_PHASE, NONE, returnValue| Constructor and Description |
|---|
CloseEvent(java.lang.String type)
The CloseEvent() constructor creates a new CloseEvent.
|
CloseEvent(java.lang.String type,
CloseEventInit eventInitDict)
The CloseEvent() constructor creates a new CloseEvent.
|
| Modifier and Type | Method and Description |
|---|---|
int |
code() |
java.lang.String |
reason() |
boolean |
wasClean() |
bubbles, cancelable, composed, composedPath, currentTarget, defaultPrevented, eventPhase, initEvent, initEvent, initEvent, isTrusted, preventDefault, srcElement, stopImmediatePropagation, stopPropagation, target, timeStamp, typepublic CloseEvent(@Nonnull
java.lang.String type,
@Nonnull
CloseEventInit eventInitDict)
public CloseEvent(@Nonnull
java.lang.String type)