Class HelplineMasterAgent
- java.lang.Object
- 
- jadex.micro.examples.helplinemega.HelplineMasterAgent
 
- 
 public class HelplineMasterAgent extends java.lang.ObjectHelpline master agent for GUI and starting/stopping subcomponents for specific persons.
- 
- 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentThe agent.
 - 
Constructor SummaryConstructors Constructor Description HelplineMasterAgent()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Void>agentCreated()Called once after agent creation.static voidmain(java.lang.String[] args)Start the helpline master agent with gui.
 
- 
- 
- 
Field Detail- 
agentprotected IInternalAccess agent The agent.
 
- 
 - 
Method Detail- 
agentCreatedpublic IFuture<java.lang.Void> agentCreated() Called once after agent creation.
 - 
mainpublic static void main(java.lang.String[] args) Start the helpline master agent with gui.
 
- 
 
-