Package org.htmlunit.html
Interface CharacterDataChangeListener
- All Superinterfaces:
Serializable
Implementations of this interface receive notifications of changes to the Character Data.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Notification that a Character Data was added.
-
Method Details
-
characterDataChanged
Notification that a Character Data was added. Called after it is changed.- Parameters:
event
- the character data change event
-