public interface UpdateEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
externalUpdate(ChangeLog changes,
List<EventState> events,
long timestamp,
String userData)
Handle an external update.
|
void externalUpdate(ChangeLog changes, List<EventState> events, long timestamp, String userData) throws javax.jcr.RepositoryException
changes - external changes containing only node and property ids.events - events to delivertimestamp - when the change occurred.userData - the user data associated with this update.javax.jcr.RepositoryException - if the update cannot be processedCopyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.