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.IComponent
protected IDisplayService
protected GeneratePanel
The generate panel. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
jadex.future.IFuture
<Void> shutdown()
Stop the service.void
updateData
(AreaData data) Update the area data.void
updateStatus
(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:
updateData
in interfaceIGenerateGui
- Parameters:
data
- The data.
-
updateStatus
public void updateStatus(int cnt, int number) Update the status.- Specified by:
updateStatus
in interfaceIGenerateGui
- Parameters:
cnt
- The cnt.number
- The number.
-
shutdown
Stop the service. -
displayServiceAvailable
-
getDisplayService
-