org.hypergraphdb.event
Class HGAtomEvent

java.lang.Object
  extended by org.hypergraphdb.event.HGAtomEvent
All Implemented Interfaces:
HGEvent
Direct Known Subclasses:
HGAtomAccessedEvent, HGAtomAddedEvent, HGAtomEvictEvent, HGAtomLoadedEvent, HGAtomRemovedEvent, HGAtomRemoveRequestEvent, HGAtomReplacedEvent

public abstract class HGAtomEvent
extends java.lang.Object
implements HGEvent

This is a base class for various atom related events.


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

Constructor Detail

HGAtomEvent

public HGAtomEvent(HGHandle handle)
Method Detail

getAtomHandle

public HGHandle getAtomHandle()