Uses of Interface
com.hp.hpl.jena.graph.GraphEventManager

Packages that use GraphEventManager
com.hp.hpl.jena.graph This package defines the Graph and Node family of classes, which form the underlying datatypes of the Jena system. 
com.hp.hpl.jena.graph.compose This package defines simple composite graphs - union, intersection, difference, and update-tracking. 
 

Uses of GraphEventManager in com.hp.hpl.jena.graph
 

Methods in com.hp.hpl.jena.graph that return GraphEventManager
 GraphEventManager GraphEventManager.register(GraphListener listener)
          Attached listener to this manager; notification events sent to the manager are sent to all registered listeners.
 GraphEventManager GraphEventManager.unregister(GraphListener listener)
          If listener is attached to this manager, detach it, otherwise do nothing.
 GraphEventManager Graph.getEventManager()
          Answer this Graph's event manager.
 

Uses of GraphEventManager in com.hp.hpl.jena.graph.compose
 

Methods in com.hp.hpl.jena.graph.compose that return GraphEventManager
 GraphEventManager Polyadic.getEventManager()
           
 



Copyright © 2000-2003 Hewlett-Packard. All Rights Reserved.