public class UserAgent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected jadex.bridge.IInternalAccess |
agent
The agent.
|
protected javax.swing.JFrame |
f
The gui.
|
Constructor and Description |
---|
UserAgent() |
Modifier and Type | Method and Description |
---|---|
jadex.commons.future.IFuture<java.lang.Void> |
agentCreated()
Called when agent is born.
|
jadex.commons.future.IFuture<java.lang.Void> |
cleanup()
Called when the agent is killed.
|