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. |
Licenced under the Apache License, Version 2.0