Class UserDataHandlerImpl
java.lang.Object
org.loboevolution.html.dom.nodeimpl.UserDataHandlerImpl
- All Implemented Interfaces:
UserDataHandler
This is a utility implementation of UserDataHandler that captures all
notifications
-
Field Summary
Fields inherited from interface org.loboevolution.html.dom.UserDataHandler
NODE_ADOPTED, NODE_CLONED, NODE_DELETED, NODE_IMPORTED, NODE_RENAMED
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal List
<UserDataNotification> Gets list of notificationsvoid
-
Constructor Details
-
UserDataHandlerImpl
public UserDataHandlerImpl()Public constructor
-
-
Method Details
-
handle
- Specified by:
handle
in interfaceUserDataHandler
-
getAllNotifications
Gets list of notifications- Returns:
- List of notifications, may not be null.
-