Interface SailConnectionListener
- All Known Implementing Classes:
AbstractForwardChainingInferencerConnection, SchemaCachingRDFSInferencerConnection, ShaclSailConnection
public interface SailConnectionListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated, for removal: This API element is subject to removal in a future version.default voidstatementAdded(Statement st, boolean inferred) Notifies the listener that a statement has been added in a transaction that it has registered itself with.voidDeprecated, for removal: This API element is subject to removal in a future version.default voidstatementRemoved(Statement st, boolean inferred) Notifies the listener that a statement has been removed in a transaction that it has registered itself with.
-
Method Details
-
statementAdded
Notifies the listener that a statement has been added in a transaction that it has registered itself with.- Parameters:
st- The statement that was added.inferred- The flag that indicates whether the statement is inferred or explicit.
-
statementRemoved
Notifies the listener that a statement has been removed in a transaction that it has registered itself with.- Parameters:
st- The statement that was removed.inferred- The flag that indicates whether the statement was inferred or explicit.
-
statementAdded
Deprecated, for removal: This API element is subject to removal in a future version.Notifies the listener that a statement has been added in a transaction that it has registered itself with.- Parameters:
st- The statement that was added.
-
statementRemoved
Deprecated, for removal: This API element is subject to removal in a future version.Notifies the listener that a statement has been removed in a transaction that it has registered itself with.- Parameters:
st- The statement that was removed.
-