setFoo(..)
methods.RESTART
.setArg(name, value)
method.
MA
to override the arguments.)public void setFrameSize(int fs) { setArg("FS", Integer.toString(fs)); setState(RESTART); }
open()
treats the setArg("FOO","newVal")
as
if the user had put "FOO=newVal
" on the command line.