JMACS

Uses of Interface
org.jmacs.pd.IProgInfo

Packages that use IProgInfo
org.jmacs.pd Programmable Device Framework. 
 

Uses of IProgInfo in org.jmacs.pd
 

Methods in org.jmacs.pd that return IProgInfo
 IProgInfo IDevice.getProgInfo()
          returns program info.
 IProgInfo ProxyDevice.getProgInfo()
          impl'ts superclass.
 IProgInfo IStatusEtc.progInfo()
          returns program info.
 IProgInfo StatusPlusProgInfo.progInfo()
          returns program info.
 

Methods in org.jmacs.pd with parameters of type IProgInfo
 Serializable IPdCmd.execute(IDevice.IDriver driver, IDevice.IStatus status, IDevice.IConstants constants, IProgInfo progInfo)
          called when the command is executed.
 Serializable IInterpreter.interpretCmd(Object cmd, IDevice.IDriver driver, IDevice.IStatus status, IDevice.IConstants constants, IProgInfo progInfo, boolean control)
          interprets cmd.
 


JMACS

jmacs.org