jadex.micro.examples.mandelbrot
Interface IDisplayService

All Superinterfaces:
IRemotable, IService
All Known Implementing Classes:
DisplayService

public interface IDisplayService
extends IService

Service for displaying the result of a calculation.


Field Summary
 
Fields inherited from interface jadex.commons.service.IService
EMPTY_SERVICES
 
Method Summary
 IFuture displayIntermediateResult(ProgressData progress)
          Display intermediate calculation results.
 IFuture displayResult(AreaData result)
          Display the result of a calculation.
 
Methods inherited from interface jadex.commons.service.IService
getPropertyMap, getServiceIdentifier, signalStarted
 

Method Detail

displayResult

IFuture displayResult(AreaData result)
Display the result of a calculation.


displayIntermediateResult

IFuture displayIntermediateResult(ProgressData progress)
Display intermediate calculation results.



Copyright © 2010. All Rights Reserved.