Interface SailConnectionListener

All Known Implementing Classes:
AbstractForwardChainingInferencerConnection, SchemaCachingRDFSInferencerConnection, ShaclSailConnection

public interface SailConnectionListener
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    Notifies the listener that a statement has been added in a transaction that it has registered itself with.
    void
    Notifies the listener that a statement has been removed in a transaction that it has registered itself with.
  • Method Details Link icon

    • statementAdded Link icon

      void statementAdded(Statement st)
      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 Link icon

      void statementRemoved(Statement st)
      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.