Interface UpdateEventListener
-
- All Known Implementing Classes:
InternalVersionManagerImpl
,RepositoryImpl.WorkspaceInfo
public interface UpdateEventListener
Interface used to receive information about incoming, external update events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
externalUpdate(ChangeLog changes, List<EventState> events, long timestamp, String userData)
Handle an external update.
-
-
-
Method Detail
-
externalUpdate
void externalUpdate(ChangeLog changes, List<EventState> events, long timestamp, String userData) throws RepositoryException
Handle an external update.- Parameters:
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.- Throws:
RepositoryException
- if the update cannot be processed
-
-