public class HashChangeEvent extends Event
Modifier and Type | Class and Description |
---|---|
static interface |
HashChangeEvent.HashChangeEventEventInitDictType |
Event.ComposedPathArrayUnionType, Event.DeepPathFn
Modifier and Type | Field and Description |
---|---|
java.lang.String |
newURL |
java.lang.String |
oldURL |
AT_TARGET, bubbles, BUBBLING_PHASE, cancelable, CAPTURING_PHASE, composed, currentTarget, deepPath, defaultPrevented, eventPhase, namespaceURI, path, target, timeStamp, type
Constructor and Description |
---|
HashChangeEvent(java.lang.String type) |
HashChangeEvent(java.lang.String type,
HashChangeEvent.HashChangeEventEventInitDictType eventInitDict) |
Modifier and Type | Method and Description |
---|---|
void |
initHashChangeEvent(java.lang.String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
java.lang.String oldURLArg,
java.lang.String newURLArg) |
composedPath, initEvent, initEvent, initEvent, preventDefault, stopImmediatePropagation, stopPropagation
public HashChangeEvent(java.lang.String type, HashChangeEvent.HashChangeEventEventInitDictType eventInitDict)
public HashChangeEvent(java.lang.String type)