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