Uses of Interface
org.openrdf.sail.SailChangedEvent

Packages that use SailChangedEvent
org.openrdf.sail RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an API for RDF repositories. 
org.openrdf.sail.helpers Generic utility classes for RDF Sail implementations. 
 

Uses of SailChangedEvent in org.openrdf.sail
 

Methods in org.openrdf.sail with parameters of type SailChangedEvent
 void SailChangedListener.sailChanged(SailChangedEvent event)
          Notifies the listener of a change to the data of a specific Sail.
 

Uses of SailChangedEvent in org.openrdf.sail.helpers
 

Classes in org.openrdf.sail.helpers that implement SailChangedEvent
 class DefaultSailChangedEvent
          Default implementation of the SailChangedEvent interface.
 

Methods in org.openrdf.sail.helpers with parameters of type SailChangedEvent
 void SailBase.notifySailChanged(SailChangedEvent event)
          Notifies all registered SailChangedListener's of changes to the contents of this Sail.
 



Copyright © 2001-2008 Aduna. All Rights Reserved.