Package jp.vmi.selenium.selenese.command
Interface EndLoop
- All Superinterfaces:
BlockEnd
@Deprecated public interface EndLoop extends BlockEnd
Deprecated.
interface for end-of-loop commands.
-
Method Summary
Modifier and Type Method Description voidsetStartLoop(StartLoop startLoop)Deprecated.useBlockEndinstead.Methods inherited from interface jp.vmi.selenium.selenese.command.BlockEnd
setBlockStart
-
Method Details
-
setStartLoop
Deprecated.useBlockEndinstead.Set beginning-of-loop command.- Parameters:
startLoop- beginning-of-loop command.
-
BlockEndinstaed.