Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • f

        protected javax.swing.JFrame f
        The gui.
    • Constructor Detail

      • UserAgent

        public UserAgent()
    • Method Detail

      • agentCreated

        public IFuture<java.lang.Void> agentCreated()
        Called when agent is born.
      • cleanup

        public IFuture<java.lang.Void> cleanup()
        Called when the agent is killed.