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.
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.