Package jadex.micro.mandelbrot.generate
Class GenerateAgent
java.lang.Object
jadex.micro.mandelbrot.generate.GenerateAgent
- All Implemented Interfaces:
IGenerateGui
Agent that can process generate requests.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jadex.core.IComponentprotected IDisplayServiceprotected GeneratePanelThe generate panel. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidjadex.future.IFuture<Void> shutdown()Stop the service.voidupdateData(AreaData data) Update the area data.voidupdateStatus(int cnt, int number) Update the status.
-
Field Details
-
agent
protected jadex.core.IComponent agent -
panel
The generate panel. -
displayservice
-
-
Constructor Details
-
GenerateAgent
public GenerateAgent()
-
-
Method Details
-
updateData
Update the area data.- Specified by:
updateDatain interfaceIGenerateGui- Parameters:
data- The data.
-
updateStatus
public void updateStatus(int cnt, int number) Update the status.- Specified by:
updateStatusin interfaceIGenerateGui- Parameters:
cnt- The cnt.number- The number.
-
shutdown
Stop the service. -
displayServiceAvailable
-
getDisplayService
-