Uses of Interface
org.htmlunit.html.DomChangeListener
-
Packages that use DomChangeListener Package Description org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPage
which 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 class
AbstractDomNodeList.DomHtmlAttributeChangeListenerImpl
DOM change listener which clears the node cache when necessary.private class
HtmlPage.DomHtmlAttributeChangeListenerImpl
Listens 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 void
DomNode. addDomChangeListener(DomChangeListener listener)
Adds aDomChangeListener
to the listener list.void
DomNode. removeDomChangeListener(DomChangeListener listener)
Removes aDomChangeListener
from 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 class
AbstractList.DomHtmlAttributeChangeListenerImpl
-