package commons.application;
public interface CommandInterpreter
{

public void process (String cmd);
}
