Re: [tcljava-dev] TclList finalize
Brought to you by:
mdejong
From: Daniel W. <da...@rt...> - 2000-12-19 16:07:20
|
>>>>> "Mo" == Mo DeJong <md...@cy...> writes: Mo> On Mon, 18 Dec 2000, Daniel Wickstrom wrote: >> Looking at the latest sources, I noticed that the TclList class >> doesn't have a finalize method declared. Since TclList is a >> subclass of CObject, shouldn't it have a finalize method for >> sending the TclList object as an event to the notifier for >> later cleanup? >> >> -Dan Mo> Since TclList extends CObject, calling finalize() for the Mo> TclList should invoke CObject.finalize(). Duh ok. Anyway I uncommented the debug statement that you had in CObject.processEvent to see if it is ever called, and I never see the debug output. Did you see this working before? -Dan |