JMACS

org.jmacs
Interface IResultHandler

All Known Subinterfaces:
IMonitorGui.IContextAware

public interface IResultHandler

result handler. To be impl'ted by IControlsGuis and IMonitorGuis wishing to receive the results of any commands submitted.

Version:
$Id: IResultHandler.java 1841 2007-07-17 18:10:19Z rob $
Author:
Rob Dickens

Method Summary
 void handleResult(Object result)
          called when result becomes available.
 

Method Detail

handleResult

void handleResult(Object result)
called when result becomes available.


JMACS

jmacs.org