Class UserAgent
- java.lang.Object
-
- jadex.webservice.examples.ws.quote.UserAgent
-
public class UserAgent extends java.lang.Object
Agent that lets a user interact with the web service offering a user interface.
-
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccess
agent
The agent.protected javax.swing.JFrame
f
The gui.
-
Constructor Summary
Constructors Constructor Description UserAgent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Void>
agentCreated()
Called when agent is born.IFuture<java.lang.Void>
cleanup()
Called when the agent is killed.
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
The agent.
-
f
protected javax.swing.JFrame f
The gui.
-
-