net.sf.tomp.xtcl
Interface Command

All Known Implementing Classes:
AbstractCommand

public interface Command

The interface for a command - enables the command to be executed within a context.

Author:
tomp

Method Summary
 int execute(Context c)
          DOCUMENT ME!
 

Method Detail

execute

public int execute(Context c)
            throws java.lang.Exception
DOCUMENT ME!

Parameters:
c - Context in which the command is executed
Returns:
int errorCode (0 = OK)
Throws:
java.lang.Exception


Copyright © 2004 Masaryk University in Brno, Faculty of Informatics, Czech Republic. All Rights Reserved.