Package | Description |
---|---|
org.hypergraphdb.event |
Modifier and Type | Method and Description |
---|---|
HGListener.Result |
HGEventManager.dispatch(HyperGraph graph,
HGEvent event)
Dispatch an event to all listeners registered for its type.
|
HGListener.Result |
HGDefaultEventManager.dispatch(HyperGraph hg,
HGEvent event) |
HGListener.Result |
HGListener.handle(HyperGraph graph,
HGEvent event) |
static HGListener.Result |
HGListener.Result.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HGListener.Result[] |
HGListener.Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015. All rights reserved.