Uses of Interface
org.htmlunit.html.DomChangeListener
-
Packages that use DomChangeListener Package Description org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPagewhich represents an HTML document and provides access to its content.org.htmlunit.javascript.host.dom Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. -
-
Uses of DomChangeListener in org.htmlunit.html
Classes in org.htmlunit.html that implement DomChangeListener Modifier and Type Class Description private static classAbstractDomNodeList.DomHtmlAttributeChangeListenerImplDOM change listener which clears the node cache when necessary.private classHtmlPage.DomHtmlAttributeChangeListenerImplListens for changes anywhere in the document and evicts cached computed styles whenever something relevant changes.Fields in org.htmlunit.html with type parameters of type DomChangeListener Modifier and Type Field Description private java.util.List<DomChangeListener>DomNode. domListeners_Methods in org.htmlunit.html that return types with arguments of type DomChangeListener Modifier and Type Method Description private java.util.List<DomChangeListener>DomNode. safeGetDomListeners()Methods in org.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. -
Uses of DomChangeListener in org.htmlunit.javascript.host.dom
Classes in org.htmlunit.javascript.host.dom that implement DomChangeListener Modifier and Type Class Description private static classAbstractList.DomHtmlAttributeChangeListenerImpl
-