Re: [tcljava-dev] TclList finalize
Brought to you by:
mdejong
From: Mo D. <md...@cy...> - 2000-12-18 23:01:02
|
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 Since TclList extends CObject, calling finalize() for the TclList should invoke CObject.finalize(). Mo DeJong Red Hat Inc |