[Glass] How to initialize a after startup of a system/gem ?
James Foster
james.foster at gemtalksystems.com
Fri Jan 10 07:35:31 PST 2014
Marten,
See UserProfile>>#’loginHook:’ for code to run at login. See SessionTemps for transient structures.
A class variable would not be transient, but could contain an RcKeyValueDictionary where the key is the session number (System class>>#’session’) and the value is any object. The object would be persisted but would not conflict.
James
On Jan 10, 2014, at 7:10 AM, itlists at schrievkrom.de wrote:
> If a gem is started - how can I initialize a class variable to a
> transient instance structure ?
>
> Marten
>
> --
> Marten Feldtmann
> _______________________________________________
> Glass mailing list
> Glass at lists.gemtalksystems.com
> http://lists.gemtalksystems.com/mailman/listinfo/glass
More information about the Glass
mailing list