Package jadex.micro.examples.mandelbrot
Interface IDisplayService
- 
- All Known Implementing Classes:
- DisplayService
 
 public interface IDisplayServiceService for displaying the result of a calculation.
- 
- 
Method SummaryAll 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- 
displayResultIFuture<java.lang.Void> displayResult(AreaData result) Display the result of a calculation.
 - 
displayIntermediateResultIFuture<java.lang.Void> displayIntermediateResult(ProgressData progress) Display intermediate calculation results.
 - 
subscribeToDisplayUpdatesISubscriptionIntermediateFuture<java.lang.Object> subscribeToDisplayUpdates(java.lang.String displayid) Subscribe to display events.
 
- 
 
-