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