Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.hypergraphdb.event Classes and Interfaces - 23 results found.
| Name | Description | Type | Package | Framework |
| HGAtomAccessedEvent | This event is triggered every time an atom is accessed by its handle in HyperGraph. | Class | org.hypergraphdb.event | HypergraphDb |
|
| HGAtomAddedEvent | This is triggered after a new atom, node or link, has been added to to HyperGraph. | Class | org.hypergraphdb.event | HypergraphDb |
|
| HGAtomEvent | This is a base class for various atom related events. | Class | org.hypergraphdb.event | HypergraphDb |
|
| HGAtomEvictEvent | An HGAtomEvictedEvent is triggered by the cache when an atom's run-time instance is removed from memory. | Class | org.hypergraphdb.event | HypergraphDb |
|
| HGAtomLoadedEvent | | Class | org.hypergraphdb.event | HypergraphDb |
|
| HGAtomProposeEvent | Event triggered when a new atom is about to be added to the graph. | Class | org.hypergraphdb.event | HypergraphDb |
|
| HGAtomRefusedException | This exception is thrown when an attempt to add a new atom to a HyperGraph instance failed. | Class | org.hypergraphdb.event | HypergraphDb |
|
| HGAtomRemovedEvent | | Class | org.hypergraphdb.event | HypergraphDb |
|
| HGAtomRemoveRequestEvent | A HGAtomRemoveRequestEvent is triggered when an attempt is made to remove an from HyperGraph, but before the removal process proceeds. | Class | org.hypergraphdb.event | HypergraphDb |
|
| HGAtomReplacedEvent | | Class | org.hypergraphdb.event | HypergraphDb |
|
| 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. | Class | org.hypergraphdb.event | HypergraphDb |
|
| HGClosingEvent | A HGClosingEvent is generated right before the closing and cleanup process of currently opened HyperGraph is initiated. | Class | org.hypergraphdb.event | HypergraphDb |
|
| HGDefaultEventManager | | Class | org.hypergraphdb.event | HypergraphDb |
|
| HGEvent | This interface marks an object that is a HyperGraph event. | Interface | org.hypergraphdb.event | HypergraphDb |
|
| HGEventBase | | Class | org.hypergraphdb.event | HypergraphDb |
|
| HGEventManager | A HGEventManager is bound to a single HyperGraph instance. | Interface | org.hypergraphdb.event | HypergraphDb |
|
| HGListener | A HGListener must be implemented in order to be receive notifications about HyperGraph events. | Interface | org.hypergraphdb.event | HypergraphDb |
|
| HGListener .Result | This result indicates that processing should be cancelled. | Class | org.hypergraphdb.event.HGListener | HypergraphDb |
|
| HGListenerAtom | This is a simple bean-like atom that can be used to register listeners that will be automatically loaded when a HyperGraph is open. | Class | org.hypergraphdb.event | HypergraphDb |
|
| HGLoadPredefinedTypeEvent | This event is triggered by the type system when the run-time instance of a predefined type needs to be loaded in the cache. | Class | org.hypergraphdb.event | HypergraphDb |
|
| HGOpenedEvent | A HGOpenedEvent is generated right after a new HyperGraph instance has been opened and fully initialized. | Class | org.hypergraphdb.event | HypergraphDb |
|
| HGTransactionEndEvent | An event triggered upon completion (successful or not) of each transaction. | Class | org.hypergraphdb.event | HypergraphDb |
|
| HGTransactionStartedEvent | An event triggered upon the start of every database transaction. | Class | org.hypergraphdb.event | HypergraphDb |