swarm.simtoolsgui
Class ActionCacheImpl

java.lang.Object
  |
  +--swarm.simtoolsgui.ActionCacheImpl

public class ActionCacheImpl
extends Object
implements ActionCacheS, ActionCache

A class to manage threads and Swarms.. A class that provides a smart bag into which actions can be thrown by other threads and Swarms intended for insertion on it's Swarm's schedule.


Constructor Summary
ActionCacheImpl()
           
 
Methods implemented by this class for interface swarm.simtoolsgui.ActionCache
deliverActions, doTkEvents, drop, getPanel, insertAction, sendActionOfType$toExecute, sendNextAction, sendQuitAction, sendStartAction, sendStepAction, sendStopAction, setScheduleContext, verifyActions, waitForControlEvent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionCacheImpl

public ActionCacheImpl()