Uses of Class
org.htmlunit.html.DomChangeEvent
-
Packages that use DomChangeEvent Package Description org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPagewhich represents an HTML document and provides access to its content. -
-
Uses of DomChangeEvent in org.htmlunit.html
Methods in org.htmlunit.html with parameters of type DomChangeEvent Modifier and Type Method Description protected voidDomNode. fireNodeAdded(DomChangeEvent event)Support for reporting DOM changes.protected voidDomNode. fireNodeDeleted(DomChangeEvent event)Support for reporting DOM changes.voidDomChangeListener. nodeAdded(DomChangeEvent event)Notification that a new node was added.voidDomChangeListener. nodeDeleted(DomChangeEvent event)Notification that a new node was deleted.
-