cvm.ucm.interpreter
Interface Command

All Known Implementing Classes:
MacroCommand

public interface Command

Command Interface This is the command interface as in the Command Design Patern from GoF.

Author:
Frank Hernandez

Method Summary
 void execute()
           
 

Method Detail

execute

void execute()
             throws java.lang.Exception
Throws:
java.lang.Exception