All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jp.vmi.selenium.selenese.command.EndLoop Maven / Gradle / Ivy

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);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy