org.w3c.domts
Class UserDataMonitor
java.lang.Object
org.w3c.domts.UserDataMonitor
- UserDataHandler
public class UserDataMonitor
extends java.lang.Object
implements UserDataHandler
This is a utility implementation of UserDataHandler that captures all
notifications
List | getAllNotifications() - Gets list of notifications
|
void | handle(short operation, String key, Object data, Node src, Node dst) - Implementation of UserDataHandler.handle.
|
UserDataMonitor
public UserDataMonitor()
Public constructor
getAllNotifications
public final List getAllNotifications()
Gets list of notifications
- List of notifications, may not be null.
handle
public void handle(short operation,
String key,
Object data,
Node src,
Node dst)
Implementation of UserDataHandler.handle. Creates a UserDataNotification
for later testing
operation
- See org.w3c.dom.UserDataHandlerkey
- See org.w3c.dom.UserDataHandlerdata
- See org.w3c.dom.UserDataHandlersrc
- See org.w3c.dom.UserDataHandlerdst
- See org.w3c.dom.UserDataHandler