org.openrdf.sail
Interface SailConnectionListener


public interface SailConnectionListener


Method Summary
 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.
 

Method Detail

statementAdded

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

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.


Copyright © 2001-2010 Aduna. All Rights Reserved.