Class NotifyingRepositoryWrapper

java.lang.Object
org.eclipse.rdf4j.repository.base.RepositoryWrapper
org.eclipse.rdf4j.repository.event.base.NotifyingRepositoryWrapper
All Implemented Interfaces:
DelegatingRepository, NotifyingRepository, Repository

public class NotifyingRepositoryWrapper extends RepositoryWrapper implements NotifyingRepository
This notifying decorator allows listeners to register with the repository or connection and be notified when events occur.
Author:
James Leigh, Herko ter Horst, Arjohn Kampman
See Also: