public class EchoChatAgent
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected jadex.bridge.IInternalAccess |
agent
The eliza agent.
|
protected jadex.bridge.service.types.chat.IChatGuiService |
chat
The gui service for controlling the inner chat component.
|
| Constructor and Description |
|---|
EchoChatAgent() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Main for testing.
|
void |
start()
Register to inner chat at startup.
|