[Pharo-project] Notification on unloading of packages?
Good Morning, one of my packages is creating a Process on >>#initialize and I would like to stop it once the package is unloaded. I browsed a bit through the Monticello classes but couldn't find anything like that. Is this possible? kind regards holger
Holger Hans Peter Freyther wrote
once the package is unloaded
Browsing Announcement subclasses, I see RPackageUnregistered and CategoryRemoved. Maybe one of those would help. Also, it's better to ask user questions on pharo-users@lists.gforge.inria.fr, so your question doesn't get lost and it gives the devs inboxes a break too ;) HTH ----- Cheers, Sean -- View this message in context: http://forum.world.st/Notification-on-unloading-of-packages-tp4679171p467919... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
participants (2)
-
Holger Hans Peter Freyther -
Sean P. DeNigris