org.openrdf.sesame.sail
Interface SailChangedEvent

All Known Implementing Classes:
SailChangedEventImpl

public interface SailChangedEvent

Event object indicating that changes were made to the Sail that sent the event.

Author:
Jeen Broekstra

Method Summary
 boolean statementsAdded()
          Indicates if statements were added to the Sail during the event.
 boolean statementsRemoved()
          Indicates if statements were removed from the Sail during the event.
 

Method Detail

statementsAdded

public boolean statementsAdded()
Indicates if statements were added to the Sail during the event.

Returns:
true if statements were added during the event, false otherwise.

statementsRemoved

public boolean statementsRemoved()
Indicates if statements were removed from the Sail during the event.

Returns:
true if statements were removed during the event, false otherwise.


Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.