|
JMACS | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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. |
void |
submitCmd(Serializable cmd,
boolean reloadClass)
for use where the classloading is to be specified. |
void |
submitCmd(Serializable cmd,
boolean reloadClass,
IResultHandler resHandler)
for use where the classloading is to be specified, and the result is of interest. |
void |
submitCmd(Serializable cmd,
IResultHandler resHandler)
for use where the result is of interest. |
| Method Detail |
|---|
void submitCmd(Serializable cmd)
void submitCmd(Serializable cmd,
boolean reloadClass)
void submitCmd(Serializable cmd,
IResultHandler resHandler)
void submitCmd(Serializable cmd,
boolean reloadClass,
IResultHandler resHandler)
|
JMACS | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||