Package jadex.micro.examples.mandelbrot
Class DisplayAgent
- java.lang.Object
- 
- jadex.micro.examples.mandelbrot.DisplayAgent
 
- 
 public class DisplayAgent extends java.lang.ObjectAgent offering a display service.
- 
- 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentThe agent.protected DisplayPanelpanelThe GUI.
 - 
Constructor SummaryConstructors Constructor Description DisplayAgent()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Void>agentCreated()Called once after agent creation.DisplayPanelgetPanel()Get the display panel.
 
- 
- 
- 
Field Detail- 
agentprotected IInternalAccess agent The agent.
 - 
panelprotected DisplayPanel panel The GUI.
 
- 
 - 
Method Detail- 
agentCreatedpublic IFuture<java.lang.Void> agentCreated() Called once after agent creation.
 - 
getPanelpublic DisplayPanel getPanel() Get the display panel.
 
- 
 
-