org.topbraid.core.registry
Interface IGraphRegistryListener
- All Known Implementing Classes:
- DiagramSnapshots, GraphRegistryAdapter, ResourceEditor
public interface IGraphRegistryListener
An interface for objects that wish to be notified about changes in the
global GraphRegistry.
- Author:
- Holger Knublauch
graphDirtyStateChanged
void graphDirtyStateChanged(java.net.URI uri)
graphRegistered
void graphRegistered(java.net.URI uri)
graphSourceChanged
void graphSourceChanged(java.net.URI uri,
java.lang.Object oldSource)
graphUnregistered
void graphUnregistered(java.net.URI uri,
com.hp.hpl.jena.graph.Graph graph,
java.lang.Object source)