JMACS

org.jmacs
Interface IMonitorGui.IContextAware

All Superinterfaces:
IResultHandler
Enclosing interface:
IMonitorGui

public static interface IMonitorGui.IContextAware
extends IResultHandler

have the IMonitorGui also implement this if it is to submit commands.


Method Summary
 void setContext(IMonitorGui.IContext context)
          called once, first.
 
Methods inherited from interface org.jmacs.IResultHandler
handleResult
 

Method Detail

setContext

void setContext(IMonitorGui.IContext context)
called once, first.


JMACS

jmacs.org