public class MutationEventImpl extends EventImpl implements MutationEvent
| Modifier and Type | Field and Description |
|---|---|
static int |
ADDITION |
static int |
MODIFICATION |
static int |
REMOVAL |
AT_TARGET, BLUR, BUBBLING_PHASE, CAPTURING_PHASE, CHANGE, CLICK, DBLCLICK, DRAGDROP, FOCUS, KEYDOWN, KEYPRESS, KEYUP, MOUSEDOWN, MOUSEDRAG, MOUSEMOVE, MOUSEOUT, MOUSEOVER, MOUSEUP, NONE, SELECTAT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE| Modifier and Type | Method and Description |
|---|---|
short |
getAttrChange() |
String |
getAttrName() |
String |
getNewValue() |
String |
getPrevValue() |
Node |
getRelatedNode() |
void |
initMutationEvent(String type,
boolean canBubble,
boolean cancelable,
Node relatedNode,
String prevValue,
String newValue,
String attrName,
short attrChange) |
equals, getBubbles, getCancelable, getCancelBubble, getCurrentTarget, getDefaultPrevented, getEventPhase, getIsTrusted, getReturnValue, getSrcElement, getTarget, getTimeStamp, getType, hashCode, initEvent, preventDefault, setCancelBubble, setReturnValue, stopImmediatePropagation, stopPropagationclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetBubbles, getCancelable, getCurrentTarget, getEventPhase, getTarget, getTimeStamp, getType, initEvent, preventDefault, stopPropagationpublic static final int MODIFICATION
public static final int ADDITION
public static final int REMOVAL
public Node getRelatedNode()
getRelatedNode in interface MutationEventpublic String getPrevValue()
getPrevValue in interface MutationEventpublic String getNewValue()
getNewValue in interface MutationEventpublic String getAttrName()
getAttrName in interface MutationEventpublic short getAttrChange()
getAttrChange in interface MutationEventpublic void initMutationEvent(String type, boolean canBubble, boolean cancelable, Node relatedNode, String prevValue, String newValue, String attrName, short attrChange)
initMutationEvent in interface MutationEventCopyright © 2025. All rights reserved.