Agents with a GUI
- Because of the event model used by JADE special care must be
taken when implementing GUI agents.
- To do so, you should extend
GuiAgent
.
- You should then define the types of events you want to
receive and implement the
onGUIEvent
method.
José M. Vidal
.
11 of 21