Class AbstractDomNodeList.DomHtmlAttributeChangeListenerImpl

    • Field Detail

      • nodeList_

        private final transient java.lang.ref.WeakReference<AbstractDomNodeList<?>> nodeList_
    • Constructor Detail

      • DomHtmlAttributeChangeListenerImpl

        DomHtmlAttributeChangeListenerImpl​(AbstractDomNodeList<?> nodeList)
    • Method Detail

      • nodeAdded

        public void nodeAdded​(DomChangeEvent event)
        Notification that a new node was added. Called after the node is added.
        Specified by:
        nodeAdded in interface DomChangeListener
        Parameters:
        event - the node addition event
      • nodeDeleted

        public void nodeDeleted​(DomChangeEvent event)
        Notification that a new node was deleted. Called after the node is deleted.
        Specified by:
        nodeDeleted in interface DomChangeListener
        Parameters:
        event - the node deletion event
      • clearCache

        private void clearCache()