Smalltalk/X WebserverDocumentation of class 'HandleRegistry': | |
Class: HandleRegistryInheritance:Object | +--Collection | +--Set | +--Dictionary | +--IdentityDictionary | +--WeakIdentityDictionary | +--Registry | +--HandleRegistry
Description:HandleRegistries are like Registries, in that they watch for the death of a registered object. However, they send a self-change notification, passing the registered handle as argument, instead of creating a shallow copy and letting it do the finalization. Use Registry for objects which know themself how to clean up; use HandleRegistry, if someone else does the cleanup. Instance protocol:dispose handling
|
|
ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Sat, 23 Nov 2024 09:33:06 GMT |