package basics.gui.toolkit;
public interface CommandInterpreter
{
//void setUic(UIController uic);

void process(String cmd);
}
