Package jadex.micro.examples.mandelbrot
Class DisplayAgent
- java.lang.Object
-
- jadex.micro.examples.mandelbrot.DisplayAgent
-
public class DisplayAgent extends java.lang.Object
Agent offering a display service.
-
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccess
agent
The agent.protected DisplayPanel
panel
The GUI.
-
Constructor Summary
Constructors Constructor Description DisplayAgent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Void>
agentCreated()
Called once after agent creation.DisplayPanel
getPanel()
Get the display panel.
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
The agent.
-
panel
protected DisplayPanel panel
The GUI.
-
-
Method Detail
-
agentCreated
public IFuture<java.lang.Void> agentCreated()
Called once after agent creation.
-
getPanel
public DisplayPanel getPanel()
Get the display panel.
-
-