|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
| Uses of GraphEventManager in com.hp.hpl.jena.graph |
|---|
| Methods in com.hp.hpl.jena.graph that return GraphEventManager | |
|---|---|
GraphEventManager |
Graph.getEventManager()
Answer this Graph's event manager. |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||