package evopaint.interfaces;
import java.awt.event.ActionListener;
/**
* Created by IntelliJ IDEA.
* User: daniel
* Date: 18.12.2009
* Time: 00:31:08
* To change this template use File | Settings | File Templates.
*/
public interface ICommand {
void execute();
}