how to know when an object is deleted?
Hi,
In Java, instances of classes are eliminate by garbage collector and programmers have no chance to do it.
I need to do something, when the instance of a class ends its cycle-life .
How do I know when an object is going to be deleted, in order to make some thing bounded to this event?
thank you
Regards
Angelo