org.hypergraphdb.event
Interface HGListener


public interface HGListener

A HGListener must be implemented in order to be receive notifications about HyperGraph events. Event listeners implement the


Nested Class Summary
static class HGListener.Result
           
 
Method Summary
 HGListener.Result handle(HyperGraph graph, HGEvent event)
           
 

Method Detail

handle

HGListener.Result handle(HyperGraph graph,
                         HGEvent event)