public interface SailConnectionListener
| Modifier and Type | Method and Description |
|---|---|
void |
statementAdded(org.eclipse.rdf4j.model.Statement st)
Notifies the listener that a statement has been added in a transaction that it has registered itself
with.
|
void |
statementRemoved(org.eclipse.rdf4j.model.Statement st)
Notifies the listener that a statement has been removed in a transaction that it has registered itself
with.
|
void statementAdded(org.eclipse.rdf4j.model.Statement st)
st - The statement that was added.void statementRemoved(org.eclipse.rdf4j.model.Statement st)
st - The statement that was removed.Copyright © 2015-2018 Eclipse Foundation. All Rights Reserved.