|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.gargoylesoftware.htmlunit.html.DomChangeEvent
public class DomChangeEvent
This is the event class for notifications about changes to the DOM structure.
DomChangeListener
,
Serialized FormField Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
DomChangeEvent(DomNode parentNode,
DomNode changedNode)
Constructs a new DomChangeEvent from the given parent node and a changed node. |
Method Summary | |
---|---|
DomNode |
getChangedNode()
Returns the node that has been added or deleted. |
DomNode |
getParentNode()
Returns the parent of the node that was changed. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DomChangeEvent(DomNode parentNode, DomNode changedNode)
parentNode
- the parent of the node that was changedchangedNode
- the node that has been added or deletedMethod Detail |
---|
public DomNode getParentNode()
public DomNode getChangedNode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |