Package jadex.micro.examples.mandelbrot
Interface IDisplayService
-
- All Known Implementing Classes:
DisplayService
public interface IDisplayServiceService for displaying the result of a calculation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFuture<java.lang.Void>displayIntermediateResult(ProgressData progress)Display intermediate calculation results.IFuture<java.lang.Void>displayResult(AreaData result)Display the result of a calculation.ISubscriptionIntermediateFuture<java.lang.Object>subscribeToDisplayUpdates(java.lang.String displayid)Subscribe to display events.
-
-
-
Method Detail
-
displayResult
IFuture<java.lang.Void> displayResult(AreaData result)
Display the result of a calculation.
-
displayIntermediateResult
IFuture<java.lang.Void> displayIntermediateResult(ProgressData progress)
Display intermediate calculation results.
-
subscribeToDisplayUpdates
ISubscriptionIntermediateFuture<java.lang.Object> subscribeToDisplayUpdates(java.lang.String displayid)
Subscribe to display events.
-
-