org.openrdf.sail
Interface SailChangedListener


public interface SailChangedListener

An interface for objects that want to be notified when the data in specific Sail objects change.


Method Summary
 void sailChanged(SailChangedEvent event)
          Notifies the listener of a change to the data of a specific Sail.
 

Method Detail

sailChanged

void sailChanged(SailChangedEvent event)
Notifies the listener of a change to the data of a specific Sail.



Copyright © 2001-2010 Aduna. All Rights Reserved.