Interface EndLoop

All Superinterfaces:
BlockEnd

@Deprecated
public interface EndLoop
extends BlockEnd
Deprecated.
use BlockEnd instaed.
interface for end-of-loop commands.
  • Method Summary

    Modifier and Type Method Description
    void setStartLoop​(StartLoop startLoop)
    Deprecated.
    use BlockEnd instead.

    Methods inherited from interface jp.vmi.selenium.selenese.command.BlockEnd

    setBlockStart
  • Method Details

    • setStartLoop

      @Deprecated void setStartLoop​(StartLoop startLoop)
      Deprecated.
      use BlockEnd instead.
      Set beginning-of-loop command.
      Parameters:
      startLoop - beginning-of-loop command.