package au.com.seek.command; import au.com.seek.domain.Robot; public interface RobotCommand { void execute(Robot robot); }