[squeak-dev] StartUpList and ShutDownList

Rob Rothwell r.j.rothwell at gmail.com
Tue Oct 7 00:42:02 UTC 2008


If you look at Class SystemDictionary>>initialize, you will see that
StartUpList is a class variable containing an OrderedCollection.  You can
see it's contents with:
SystemDictionary classPool at: #StartUpList, which I believe contains
Classes whose class-side startUp methods (or whatever it's called) should be
invoked on startUp.

Shutdown is similar.

Rob

On Mon, Oct 6, 2008 at 8:17 PM, Mark Volkmann <mark at ociweb.com> wrote:

> Looking at the code in SystemDictionary, it seems that StartUpList and
> ShutDownList should be classes, but when I do a "find class..." it doesn't
> find them. Where are those and how can I find out what's in them?
>
> ---
> Mark Volkmann
>
>
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20081006/fe700ee1/attachment.htm


More information about the Squeak-dev mailing list