Package | Description |
---|---|
org.hypergraphdb.event |
Modifier and Type | Class and Description |
---|---|
class |
HGAtomAccessedEvent
This event is triggered every time an atom is accessed by its handle in HyperGraph.
|
class |
HGAtomAddedEvent
This is triggered after a new atom, node or link, has been added to
to HyperGraph.
|
class |
HGAtomEvictEvent
An
HGAtomEvictedEvent is triggered by the cache when an atom's run-time
instance is removed from memory. |
class |
HGAtomLoadedEvent |
class |
HGAtomRemovedEvent |
class |
HGAtomRemoveRequestEvent
A
HGAtomRemoveRequestEvent is triggered when an attempt is made to remove
an from HyperGraph, but before the removal process proceeds. |
class |
HGAtomReplacedEvent |
class |
HGAtomReplaceRequestEvent
A
HGAtomReplaceRequestEvent is triggered when an attempt is made to replace
the value of an existing atom within the HyperGraph, but before the replacement process proceeds. |
Copyright © 2015. All rights reserved.