Uses of Interface
com.gargoylesoftware.htmlunit.html.DomChangeListener
-
Packages that use DomChangeListener Package Description com.gargoylesoftware.htmlunit.html Classes specific to HTML pages, particularly theHtmlPagewhich represents an HTML document and provides access to its content. -
-
Uses of DomChangeListener in com.gargoylesoftware.htmlunit.html
Methods in com.gargoylesoftware.htmlunit.html with parameters of type DomChangeListener Modifier and Type Method Description voidDomNode. addDomChangeListener(DomChangeListener listener)Adds aDomChangeListenerto the listener list.voidDomNode. removeDomChangeListener(DomChangeListener listener)Removes aDomChangeListenerfrom the listener list.
-