org.openrdf.sesame.repository.local
Interface LocalRepositoryChangedEvent


public interface LocalRepositoryChangedEvent

Event object for signaling changes to a local repository to LocalRepositoryListeners.

Author:
Jeen Broekstra

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

Method Detail

statementsAdded

public boolean statementsAdded()
Indicates if statements were added to the local repository 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 local repository during the event.

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


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