public abstract class Command extends java.lang.Object
static Command
empty
Command()
abstract void
execute()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final Command empty
public Command()
public abstract void execute()