org.openanzo.server.repository
Interface UpdateResultListener
- All Known Implementing Classes:
- EventPublisher, IndexQueryApi
public interface UpdateResultListener
Event Listener interface for subscribers of the updateComplete event, which is triggered after an update call has completed
successfully.
- Author:
- Matthew Roy ( mroy@cambridgesemantics.com )
updateComplete
void updateComplete(UpdateResults results,
RepositoryConnection repositoryConnection)
throws AnzoException
- Handles the updateComplete event.
- Parameters:
results - Final state and other useful details of statements added/updated/removed during a update call.repositoryConnection - The repository graph the update was run against.
- Throws:
AnzoException
Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.