JMACS

org.jmacs.pd
Interface IPdCmd

All Superinterfaces:
Serializable

public interface IPdCmd
extends Serializable

for use where a String may not be used, because the command cannot conveniently be expressed as text. The impl'n is required to override Object.toString() so as to return a declared command, so that it may be identified by any IInterpreter. The value should begin with an underscore, to indicated that it may not be entered on the commandline.

Version:
$Id: IPdCmd.java 802 2006-07-14 15:20:30Z rob $
Author:
Rob Dickens

Method Summary
 Serializable execute(IDevice.IDriver driver, IDevice.IStatus status, IDevice.IConstants constants, IProgInfo progInfo)
          called when the command is executed.
 

Method Detail

execute

Serializable execute(IDevice.IDriver driver,
                     IDevice.IStatus status,
                     IDevice.IConstants constants,
                     IProgInfo progInfo)
called when the command is executed.

Parameters:
status - as of last boundary
Returns:
may be null

JMACS

jmacs.org