package jp.vmi.selenium.selenese.command; /** * interface for end-of-loop commands. */ public interface EndLoop { /** * Set beginning-of-loop command. * * @param startLoop beginning-of-loop command. */ void setStartLoop(StartLoop startLoop); }