- 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.
Implementations of this interface receive notifications of changes to the Character Data.
- Author:
- Ahmed Ashour, Ronald Brill
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidNotification 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
-