|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hypergraphdb.event.HGOpenedEvent
public class HGOpenedEvent
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.
| Constructor Summary | |
|---|---|
HGOpenedEvent()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HGOpenedEvent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||