public class DisplayAgent
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected jadex.bridge.IInternalAccess |
agent
The agent.
|
protected DisplayPanel |
panel
The GUI.
|
| Constructor and Description |
|---|
DisplayAgent() |
| Modifier and Type | Method and Description |
|---|---|
jadex.commons.future.IFuture<java.lang.Void> |
agentCreated()
Called once after agent creation.
|
DisplayPanel |
getPanel()
Get the display panel.
|
protected jadex.bridge.IInternalAccess agent
protected DisplayPanel panel
public jadex.commons.future.IFuture<java.lang.Void> agentCreated()
public DisplayPanel getPanel()