public interface MutationEvent extends Event
| Modifier and Type | Field and Description |
|---|---|
static short |
ADDITION |
static short |
MODIFICATION |
static short |
REMOVAL |
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE| Modifier and Type | Method and Description |
|---|---|
short |
getAttrChange() |
String |
getAttrName() |
String |
getNewValue() |
String |
getPrevValue() |
Object |
getRelatedNode() |
void |
initMutationEvent(String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
Object relatedNodeArg,
String prevValueArg,
String newValueArg,
String attrNameArg,
short attrChangeArg) |
getBubbles, getCancelable, getCurrentTarget, getDefaultPrevented, getEventPhase, getIsTrusted, getTarget, getTimeStamp, getType, initEvent, preventDefault, stopImmediatePropagation, stopPropagationstatic final short MODIFICATION
static final short ADDITION
static final short REMOVAL
Copyright © 2016. All Rights Reserved.