org.globus.cog.gui.grapheditor.generic
Class DefaultCommandListener

java.lang.Object
  extended byorg.globus.cog.gui.grapheditor.generic.DefaultCommandListener
All Implemented Interfaces:
CommandListener

public class DefaultCommandListener
extends Object
implements CommandListener


Constructor Summary
DefaultCommandListener(RootNode root)
           
 
Method Summary
 Message processCommand(Message msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultCommandListener

public DefaultCommandListener(RootNode root)
Method Detail

processCommand

public Message processCommand(Message msg)
Specified by:
processCommand in interface CommandListener