Package jadex.micro.examples.mandelbrot
Interface IMandelbrotService
- 
- All Known Implementing Classes:
- MandelbrotService
 
 public interface IMandelbrotService
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IFuture<IDisplayService>getDisplayService()Get the display service.IFuture<IGenerateService>getGenerateService()Get the generate service.
 
- 
- 
- 
Method Detail- 
getGenerateServiceIFuture<IGenerateService> getGenerateService() Get the generate service.- Returns:
- The generate service.
 
 - 
getDisplayServiceIFuture<IDisplayService> getDisplayService() Get the display service.- Returns:
- The display service.
 
 
- 
 
-