com.wrq.vhi.script.api.command
Class WaitForCursorNotAtTerminalField

java.lang.Object
  extended by com.wrq.vhi.script.api.command.Command
      extended by com.wrq.vhi.script.api.command.WaitForCursorNotAtTerminalField

public class WaitForCursorNotAtTerminalField
extends Command

A class that represents a VHI WaitForCursorNotAtTerminalField command.

See Also:
CommandList, HostSession.executeCommandList(com.wrq.vhi.script.api.command.CommandList), HostSession.waitForCursorNotAtTerminalField(int, int, int)

Constructor Summary
WaitForCursorNotAtTerminalField(int row, int column, int timeout)
          Constructs a new WaitForCursorNotAtTerminal command.
 
Method Summary
 int getColumn()
          Gets the column.
 java.lang.String getName()
          Gets the command name.
 int getRow()
          Gets the row.
 int getTimeout()
          Gets the timeout.
 
Methods inherited from class com.wrq.vhi.script.api.command.Command
isValidEchoType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WaitForCursorNotAtTerminalField

public WaitForCursorNotAtTerminalField(int row,
                                       int column,
                                       int timeout)
Constructs a new WaitForCursorNotAtTerminal command.

Parameters:
row - the one-based screen row (HostSession.ANY_ROW matches any row)
column - the one-based screen column (HostSession.ANY_COLUMN matches any column)
timeout - the maximum time to wait in seconds
Method Detail

getRow

public int getRow()
Gets the row.

Returns:
the one-based screen row (HostSession.ANY_ROW matches any row)

getColumn

public int getColumn()
Gets the column.

Returns:
the one-based screen column (HostSession.ANY_COLUMN matches any column)

getTimeout

public int getTimeout()
Gets the timeout.

Returns:
the maximum time to wait in seconds

getName

public java.lang.String getName()
Gets the command name.

Specified by:
getName in class Command
Returns:
the command name