JMACS

org.jmacs
Interface IControlsGui.IContext

Enclosing interface:
IControlsGui

public static interface IControlsGui.IContext

passed to IControlGuis, allowing them to submit commands. Note that, in contrast to when using IMonitorGui.IContext, any command submitted before the previous one has been executed will be discarded, without throwing any exception.


Method Summary
 void submitCmd(Serializable cmd)
          submits cmd.
 

Method Detail

submitCmd

void submitCmd(Serializable cmd)
submits cmd. Only to be called from the Swing dispatch thread. Any result will be ignored.


JMACS

jmacs.org