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