ist.palcom.visualization.manager
Class HgraphContextListener

java.lang.Object
  extended by ist.palcom.hgraph.AbstractListener
      extended by ist.palcom.visualization.manager.HgraphContextListener
All Implemented Interfaces:
Listener

public class HgraphContextListener
extends AbstractListener


Field Summary
 
Fields inherited from class ist.palcom.hgraph.AbstractListener
node, returnPath
 
Constructor Summary
HgraphContextListener(Path callbackPath)
           
 
Method Summary
 void trigger(java.lang.String command, Value value, Path callerPath)
          trigger is called everywhen either an event is handled by the node or a triggerable event is called from within the node
 
Methods inherited from class ist.palcom.hgraph.AbstractListener
callback, getDescription, getName, getReturnPath, setNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HgraphContextListener

public HgraphContextListener(Path callbackPath)
Method Detail

trigger

public void trigger(java.lang.String command,
                    Value value,
                    Path callerPath)
Description copied from interface: Listener
trigger is called everywhen either an event is handled by the node or a triggerable event is called from within the node

Specified by:
trigger in interface Listener
Specified by:
trigger in class AbstractListener