trashier
Class Tk2SimuUIManager

java.lang.Object
  extended by madkit.kernel.AbstractAgent
      extended by madkit.kernel.Agent
          extended by trashier.Tk2SimuUIManager
All Implemented Interfaces:
Serializable, Runnable

public class Tk2SimuUIManager
extends madkit.kernel.Agent

See Also:
Serialized Form

Field Summary
 SimulationUI myGUI
           
 
Constructor Summary
Tk2SimuUIManager(String simulationName)
           
 
Method Summary
 void activate()
           
 void computeMessage(GUIMessage<JComponent> msg)
           
 void live()
           
 
Methods inherited from class madkit.kernel.Agent
connectAgencyToAgency, createPlace, createPlace, enableMobility, enableMobility, exitImmediatlyOnKill, getAgencyNamed, joinPlace, joinPlace, joinPlace, pause, receiveMessage, run, waitNextMessage, waitNextMessage
 
Methods inherited from class madkit.kernel.AbstractAgent
broadcastMessage, broadcastMessage, connectedWithCommunity, createGroup, createGroup, debug, disposeMyGUI, end, foundGroup, getAddress, getAgentInformation, getAgentsWithRole, getAgentsWithRole, getAgentWithRole, getAgentWithRole, getAvailableCommunities, getBean, getController, getCurrentKernelAddress, getDebug, getExistingGroups, getExistingGroups, getExistingRoles, getExistingRoles, getGroups, getGUIObject, getMessageBoxSize, getMyGroups, getMyGroups, getMyRoles, getMyRoles, getName, getRoles, hasGUI, hashCode, initGUI, isBelongingToGroup, isBelongingToGroup, isCommunity, isGroup, isGroup, isMemberOf, isMemberOf, isMessageBoxEmpty, isRole, isRole, joinGroup, killAgent, launchAgent, launchAgent, leaveGroup, leaveGroup, leaveRole, leaveRole, nextMessage, print, println, redisplayMyGUI, requestRole, requestRole, requestRole, restoreAgent, sendMessage, sendMessage, sendMessage, setBean, setController, setDebug, setGUIObject, setName, setOutput, setOutputWriter, toString, windowClosing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

myGUI

public SimulationUI myGUI
Constructor Detail

Tk2SimuUIManager

public Tk2SimuUIManager(String simulationName)
Method Detail

activate

public void activate()
Overrides:
activate in class madkit.kernel.AbstractAgent

live

public void live()
Overrides:
live in class madkit.kernel.Agent

computeMessage

public final void computeMessage(GUIMessage<JComponent> msg)