|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FinalizationListener<T>
A listener that may be added to classes that
implement the Finalizable interface.
When the object is garbage collected, these
listeners will be notified.
| Method Summary | |
|---|---|
void |
finalized(FinalizationEvent<T> fe)
Called when the object we registered the listener to is garbage collected |
| Method Detail |
|---|
void finalized(FinalizationEvent<T> fe)
fe - an event that contains the object
that is going to be GC'ed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||