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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
sailChanged(SailChangedEvent event)
Notifies the listener of a change to the data of a specific Sail.
-
-
-
Method Detail
-
sailChanged
void sailChanged(SailChangedEvent event)
Notifies the listener of a change to the data of a specific Sail.
-
-