Uses of Interface
com.hp.hpl.jena.rdf.model.ModelChangedListener

Packages that use ModelChangedListener
com.hp.hpl.jena.rdf.listeners A package defining some useful implementations of ModelChangedListener, for listening to (a) all triples added or removed, exploding composite objects, (b) all objects added or removed, as themselves, (c) notification of additions/removals, but no details, and (d) accepting but ignoring all changes, as a base-class to be extended. 
com.hp.hpl.jena.rdf.model A package for creating and manipulating RDF graphs. 
 

Uses of ModelChangedListener in com.hp.hpl.jena.rdf.listeners
 

Classes in com.hp.hpl.jena.rdf.listeners that implement ModelChangedListener
 class ChangedListener
          Class that merely notes that a change has occurred.
 class NullListener
          A listener that ignores everything you tell it; intended as a base class or an identity element.
 class ObjectListener
          Listener that funnels all the changes into add/removed(Object) x, ie, leaves discrimination to be done on the type of object added or removed.
 class StatementListener
          A listener that filters all its listening down to the single-statement level.
 

Uses of ModelChangedListener in com.hp.hpl.jena.rdf.model
 

Methods in com.hp.hpl.jena.rdf.model with parameters of type ModelChangedListener
 Model Model.register(ModelChangedListener listener)
          Register a listener for model-changed events on this model.
 Model Model.unregister(ModelChangedListener listener)
          Unregister a listener from model-changed events on this model.
 



Licenced under the Apache License, Version 2.0