org.hypergraphdb.event
Class HGOpenedEvent

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

public class HGOpenedEvent
extends java.lang.Object
implements HGEvent

A HGOpenedEvent is generated right after a new HyperGraph instance has been opened and fully initialized. For example, if you create/open a HyperGraph with a call like this:

HyperGraph myGraph = new HyperGraph("/var/data/hg");

A HGOpenedEvent will generated and processed right before the new operator returns.

Author:
boris

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

Constructor Detail

HGOpenedEvent

public HGOpenedEvent()