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 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.RepositoryException
- if the update cannot be processedCopyright © 2004–2023 The Apache Software Foundation. All rights reserved.