Uses of Interface
org.htmlunit.html.HtmlAttributeChangeListener
Packages that use HtmlAttributeChangeListener
Package
Description
Classes specific to HTML pages, particularly the
HtmlPage
which represents
an HTML document and provides access to its content.Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of HtmlAttributeChangeListener in org.htmlunit.html
Classes in org.htmlunit.html that implement HtmlAttributeChangeListenerModifier and TypeClassDescriptionprivate static final class
DOM change listener which clears the node cache when necessary.private class
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 HtmlAttributeChangeListenerModifier and TypeFieldDescriptionprivate final List
<HtmlAttributeChangeListener> HtmlElement.attributeListeners_
The listeners which are to be notified of attribute changes.private Collection
<HtmlAttributeChangeListener> HtmlPage.attributeListeners_
Methods in org.htmlunit.html that return types with arguments of type HtmlAttributeChangeListenerModifier and TypeMethodDescriptionprivate List
<HtmlAttributeChangeListener> HtmlPage.safeGetAttributeListeners()
Methods in org.htmlunit.html with parameters of type HtmlAttributeChangeListenerModifier and TypeMethodDescriptionvoid
HtmlElement.addHtmlAttributeChangeListener
(HtmlAttributeChangeListener listener) Adds an HtmlAttributeChangeListener to the listener list.void
HtmlPage.addHtmlAttributeChangeListener
(HtmlAttributeChangeListener listener) Adds an HtmlAttributeChangeListener to the listener list.void
HtmlElement.removeHtmlAttributeChangeListener
(HtmlAttributeChangeListener listener) Removes an HtmlAttributeChangeListener from the listener list.void
HtmlPage.removeHtmlAttributeChangeListener
(HtmlAttributeChangeListener listener) Removes an HtmlAttributeChangeListener from the listener list. -
Uses of HtmlAttributeChangeListener in org.htmlunit.javascript.host.dom
Classes in org.htmlunit.javascript.host.dom that implement HtmlAttributeChangeListenerModifier and TypeClassDescriptionprivate static final class
class
A JavaScript object forMutationObserver
.