Module org.htmlunit

Interface CharacterDataChangeListener

All Superinterfaces:
Serializable
All Known Implementing Classes:
MutationObserver
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface CharacterDataChangeListener extends Serializable
Implementations of this interface receive notifications of changes to the Character Data.
Author:
Ahmed Ashour, Ronald Brill
See Also:
  • Method Details

    • characterDataChanged

      void characterDataChanged(CharacterDataChangeEvent event)
      Notification that a Character Data was added. Called after it is changed.
      Parameters:
      event - the character data change event