Uses of Class
org.hypergraphdb.event.HGListener.Result

Packages that use HGListener.Result
org.hypergraphdb.event   
 

Uses of HGListener.Result in org.hypergraphdb.event
 

Methods in org.hypergraphdb.event that return HGListener.Result
 HGListener.Result HGEventManager.dispatch(HyperGraph hg, HGEvent event)
           
 HGListener.Result HGListener.handle(HyperGraph graph, HGEvent event)
           
static HGListener.Result HGListener.Result.valueOf(java.lang.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're declared.