Command.java :  » Java-3D » robo-cup-soccer3d-framework » jp » seraph » cui » Java Open Source

Java Open Source » Java 3D » robo cup soccer3d framework 
robo cup soccer3d framework » jp » seraph » cui » Command.java
package jp.seraph.cui;

/**
 * SystemNode
 * CommandSystemNode
 *
 */
public interface Command extends SystemNode {
    public String getHelp();

    public SystemNodeType[][] getArgumentTypes();

    public void execute(SystemNode... aArgs);
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.