Package org.eclipse.rdf4j.sail
Interface SailChangedListener
- All Known Implementing Classes:
RDFNotifyingStoreTest
public interface SailChangedListener
An interface for objects that want to be notified when the data in specific Sail objects change.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
sailChanged
(SailChangedEvent event) Notifies the listener of a change to the data of a specific Sail.
-
Method Details
-
sailChanged
Notifies the listener of a change to the data of a specific Sail.
-