org.hypergraphdb.event
Class HGAtomAddedEvent

java.lang.Object
  extended by org.hypergraphdb.event.HGAtomEvent
      extended by org.hypergraphdb.event.HGAtomAddedEvent
All Implemented Interfaces:
HGEvent

public class HGAtomAddedEvent
extends HGAtomEvent

This is triggered after a new atom, node or link, has been added to to HyperGraph. The result returned by event handlers is ignored by HyperGraph.


Constructor Summary
HGAtomAddedEvent(HGHandle handle)
           
 
Method Summary
 
Methods inherited from class org.hypergraphdb.event.HGAtomEvent
getAtomHandle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HGAtomAddedEvent

public HGAtomAddedEvent(HGHandle handle)