[squeak-dev] Re: [Cuis] System-StartUp-ShutDown

Andreas Raab andreas.raab at gmx.de
Wed Feb 3 17:16:30 UTC 2010


keith wrote:
> What would you name the class which controls the "System", in terms of 
> startUp/shutDown and saving the image, if you pulled that functionality 
> out of Smalltalk? (Don't tell me, SmalltalkImage?)

StartupMananger. Class comment:

I am responsible for managing a registry of classes that are notified on 
system startup and shutdown. Classes register themself by providing a 
priority denoteing how early they should be started. Known priorities are:

xxx - Used by Delay. Should be the first class to start since otherwise 
none of the timeing functions will work.
(... more to come ...)

Cheers,
   - Andreas



More information about the Squeak-dev mailing list