JMACS

Uses of Interface
org.jmacs.pd.IDevice.IStatus

Packages that use IDevice.IStatus
org.jmacs.pd Programmable Device Framework. 
 

Uses of IDevice.IStatus in org.jmacs.pd
 

Methods in org.jmacs.pd that return IDevice.IStatus
 IDevice.IStatus IDevice.IStatus.IFactory.getStatus()
          returns current status.
 

Methods in org.jmacs.pd with parameters of type IDevice.IStatus
 Serializable IPdCmd.execute(IDevice.IDriver driver, IDevice.IStatus status, IDevice.IConstants constants, IProgInfo progInfo)
          called when the command is executed.
 void IProgram.init(IDevice.IDriver driver, IDevice.IStatus status, IDevice.IConstants constants, Timer timer)
          called once, first, when the program is run.
 Serializable IInterpreter.interpretCmd(Object cmd, IDevice.IDriver driver, IDevice.IStatus status, IDevice.IConstants constants, IProgInfo progInfo, boolean control)
          interprets cmd.
 void IProgram.terminate(IDevice.IStatus status)
          called last, if the program is terminated externally, to permit any tidying up to be performed.
 boolean IProgram.wake(IDevice.IStatus status, IAlert alert)
          called after init, whenever timer.sleep() returns (where timer is one of the arguments passed to init).
 


JMACS

jmacs.org