|
java-gnome version 4.0.19 | ||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
public static interface Object.Destroy
Signal handler for when an Object requests that all other code holding
references to it release those references. In Java-speak, that means if
you have this object in a variable or structure of some kind,
null it out to to release the strong reference to the
object.
| Method Summary | |
|---|---|
void |
onDestroy(Object source)
Release any references you hold to the given source
Object. |
| Method Detail |
|---|
void onDestroy(Object source)
source
Object.
|
![]() java-gnome |
||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||