|
java-gnome version 4.1.1 | ||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Widget.Destroy
Signal handler for when a Widget 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(Widget source)
Release any references you hold to the given source
Widget. |
Method Detail |
---|
void onDestroy(Widget source)
source
Widget.
|
![]() java-gnome |
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |