Interface SailConnectionListener


  • public interface SailConnectionListener
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
    • Method Detail

      • statementAdded

        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.
        Parameters:
        st - The statement that was added.
      • statementRemoved

        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.
        Parameters:
        st - The statement that was removed.