Package | Description |
---|---|
com.hp.hpl.jena.graph |
This package defines the Graph and Node family of classes, which
form the underlying datatypes of the Jena system.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GraphEventManager
The component of a graph responsible for managing events and listeners.
|
Modifier and Type | Method and Description |
---|---|
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