public abstract class Command extends java.lang.Object
Command()
abstract void
deshacer()
ejecutar()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Command()
public abstract void ejecutar()
public abstract void deshacer()