Uses of Interface
org.eclipse.rdf4j.repository.event.NotifyingRepository
Package
Description
Interfaces for notification/interception of events happening on Repositories and RepositoryConnections
Wrapper/adapter base implementations.
-
Uses of NotifyingRepository in org.eclipse.rdf4j.repository.event
Modifier and TypeMethodDescriptionvoid
RepositoryListener.getConnection
(NotifyingRepository repo, NotifyingRepositoryConnection conn) void
RepositoryListener.init
(NotifyingRepository repo) void
RepositoryListener.setDataDir
(NotifyingRepository repo, File dataDir) void
RepositoryListener.shutDown
(NotifyingRepository repo) -
Uses of NotifyingRepository in org.eclipse.rdf4j.repository.event.base
Modifier and TypeClassDescriptionclass
This notifying decorator allows listeners to register with the repository or connection and be notified when events occur.