org.sapia.console
Interface Command

All Known Implementing Classes:
HelloWorldCommand, Quit, QuitCommand

public interface Command

Models an executable console command.

[pattern: command]

Author:
Yanick Duchesne 29-Nov-02

Method Summary
 void execute(Context ctx)
           
 

Method Detail

execute

public void execute(Context ctx)
             throws AbortException,
                    InputException
AbortException
InputException


Copyright © 2002 Sapia Open Community, Inc. All Rights Reserved.