are you saying that if i start a timer inside of a class that i expect
to be garbage collected, that even if the timer still has intervals
left to repeat, the object will still get cleaned up and the timer
with it?

--- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote:
>
> Essentially, no.  You can use timers to see if it still around, but
> that's not really a good thing to do.
> 
>  
> 
> ________________________________
> 
> From: [email protected] [mailto:[EMAIL PROTECTED] On
> Behalf Of Ariel Jakobovits
> Sent: Friday, September 14, 2007 3:34 PM
> To: [email protected]
> Subject: [flexcoders] checking if an object is being garbage collected
> 
>  
> 
> Is there a way to monitor if an object (a Cairngorm Command in this
> case) is being garbage collected?
>


Reply via email to