Package | Description |
---|---|
org.openrdf.sail |
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an API
for RDF repositories.
|
org.openrdf.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.
|
void |
RDFNotifyingStoreTest.sailChanged(SailChangedEvent event) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSailChangedEvent
Default implementation of the SailChangedEvent interface.
|
Modifier and Type | Method and Description |
---|---|
void |
NotifyingSailBase.notifySailChanged(SailChangedEvent event)
Notifies all registered SailChangedListener's of changes to the contents
of this Sail.
|
Copyright © 2001-2016 Aduna. All Rights Reserved.