org.hypergraphdb.event
Interface HGEvent

All Known Implementing Classes:
HGAtomAccessedEvent, HGAtomAddedEvent, HGAtomEvent, HGAtomEvictEvent, HGAtomLoadedEvent, HGAtomRemovedEvent, HGAtomRemoveRequestEvent, HGAtomReplacedEvent, HGClosingEvent, HGLoadPredefinedTypeEvent, HGOpenedEvent

public interface HGEvent

This interface marks an object that is a HyperGraph event. HyperGraph events represent various HyperGraph activities, such as adding, removing or simply accessing atoms. Listeners can be registered with the HGEventManager bound to a HyperGraph instance.