public class HGOpenedEvent extends HGEventBase
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 and Description |
---|
HGOpenedEvent() |
Copyright © 2015. All rights reserved.