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

Packages that use GraphListener
com.hp.hpl.jena.graph This package defines the Graph and Node family of classes, which form the underlying datatypes of the Jena system. 
 

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

Subinterfaces of GraphListener in com.hp.hpl.jena.graph
 interface GraphEventManager
          The component of a graph responsible for managing events and listeners.
 

Methods in com.hp.hpl.jena.graph with parameters of type GraphListener
 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.
 



Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP