org.mozilla.jrex.dom.events
Class JRexMutationEventImpl
java.lang.Object
|
+--org.mozilla.jrex.dom.events.JRexEventImpl
|
+--org.mozilla.jrex.dom.events.JRexMutationEventImpl
- All Implemented Interfaces:
- org.w3c.dom.events.Event, org.w3c.dom.events.MutationEvent
- public class JRexMutationEventImpl
- extends JRexEventImpl
- implements org.w3c.dom.events.MutationEvent
A class implementing org.w3c.dom.events.MutationEvent interface.
- Version:
- 1.0
- Author:
- C.N.Medappa
- See Also:
MutationEvent
Fields inherited from interface org.w3c.dom.events.MutationEvent |
ADDITION, MODIFICATION, REMOVAL |
Fields inherited from interface org.w3c.dom.events.Event |
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE |
Methods inherited from class org.mozilla.jrex.dom.events.JRexEventImpl |
equals, finalize, getBubbles, getCancelable, getCurrentTarget, getEventPhase, getTarget, getTimeStamp, getType, hashCode, initEvent, preventDefault, stopPropagation |
Methods inherited from interface org.w3c.dom.events.Event |
getBubbles, getCancelable, getCurrentTarget, getEventPhase, getTarget, getTimeStamp, getType, initEvent, preventDefault, stopPropagation |
getRelatedNode
public Node getRelatedNode()
- Specified by:
getRelatedNode
in interface org.w3c.dom.events.MutationEvent
getPrevValue
public String getPrevValue()
- Specified by:
getPrevValue
in interface org.w3c.dom.events.MutationEvent
getNewValue
public String getNewValue()
- Specified by:
getNewValue
in interface org.w3c.dom.events.MutationEvent
getAttrName
public String getAttrName()
- Specified by:
getAttrName
in interface org.w3c.dom.events.MutationEvent
getAttrChange
public short getAttrChange()
- Specified by:
getAttrChange
in interface org.w3c.dom.events.MutationEvent
initMutationEvent
public void initMutationEvent(String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
Node relatedNodeArg,
String prevValueArg,
String newValueArg,
String attrNameArg,
short attrChangeArg)
- Specified by:
initMutationEvent
in interface org.w3c.dom.events.MutationEvent
Copyright © 2004 C.N.Medappa. All Rights Reserved.