JMACS

org.jmacs.pd
Interface IInterpreter.Context

All Superinterfaces:
Context
All Known Subinterfaces:
IPdCmd.Context
Enclosing interface:
IInterpreter

public static interface IInterpreter.Context
extends Context

context, as passed to IInterpreter.interpretCmd(Serializable, Context, boolean).


Method Summary
 ProgInfo getProgInfo()
          returns program info as of the last sampling boundary.
 void startProgram(IProgram prog)
          starts the specified program.
 void stopProgram()
          IProgram.terminate()s the currently running program.
 
Methods inherited from interface org.jmacs.pd.Context
getConstants, getDriver, getStatus
 

Method Detail

startProgram

void startProgram(IProgram prog)
starts the specified program. Any program which is already running will be IProgram.terminate()ed.


stopProgram

void stopProgram()
IProgram.terminate()s the currently running program. Does nothing if no program is running.


getProgInfo

ProgInfo getProgInfo()
returns program info as of the last sampling boundary.


JMACS

jmacs.org