Class UserAgent
- java.lang.Object
- 
- jadex.webservice.examples.ws.quote.UserAgent
 
- 
 public class UserAgent extends java.lang.ObjectAgent that lets a user interact with the web service offering a user interface.
- 
- 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentThe agent.protected javax.swing.JFramefThe gui.
 - 
Constructor SummaryConstructors Constructor Description UserAgent()
 - 
Method SummaryAll 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- 
agentprotected IInternalAccess agent The agent.
 - 
fprotected javax.swing.JFrame f The gui.
 
- 
 
-