00001 /* 00002 * Created on Mar 23, 2004 00003 */ 00004 package org.nees.rbnb; 00005 00009 public interface WalkerCommandActionListener 00010 { 00011 public void processCommand(String command); 00012 }