JMACS

org.jmacs
Interface IResultHandler

All Known Subinterfaces:
IMonitorGui.IContextAware

public interface IResultHandler

result handler, to be implemented by IControlsGui and IMonitorGui if any commands return a non-null result.

Version:
$Id: IResultHandler.java 618 2006-07-03 09:07:47Z rob $
Author:
Rob Dickens

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

Method Detail

handleResult

void handleResult(Object result)
called when result available.


JMACS

jmacs.org