| Package | Description |
|---|---|
| org.eclipse.rdf4j.sail |
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an API
for RDF repositories.
|
| org.eclipse.rdf4j.sail.helpers |
Generic utility classes for RDF Sail implementations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SailChangedListener.sailChanged(SailChangedEvent event)
Notifies the listener of a change to the data of a specific Sail.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSailChangedEvent
Default implementation of the SailChangedEvent interface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractNotifyingSail.notifySailChanged(SailChangedEvent event)
Notifies all registered SailChangedListener's of changes to the contents of this Sail.
|
Copyright © 2015-2016 Eclipse Foundation. All Rights Reserved.