swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Scheduling One Time Events


From: Marcus G. Daniels
Subject: Re: Scheduling One Time Events
Date: 23 Nov 1999 10:24:49 -0800
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.4

>>>>> "DS" == Darren Schreiber <address@hidden> writes:

DS> But, I am still having the same problem where the ObseverSwarm
DS> appears to do its updating at the start of the cycle instead of at
DS> the end.  How do I schedule the modelSwarm's schedule of
DS> activities before the ObserverSwarm's activities?

You probably have something like this in your ObserverSwarm activateIn:.

  [displayActions activateIn: self];
  [modelSwarm activateIn: self];

..reversing them should do it.  Concurrent events, by default, are
run in the order of activation.

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]