java-gnome version 4.0.19

org.gnome.gtk
Interface Object.Destroy

Enclosing class:
Object

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.

Since:
4.0.18
Author:
Andrew Cowie

Method Summary
 void onDestroy(Object source)
          Release any references you hold to the given source Object.
 

Method Detail

onDestroy

void onDestroy(Object source)
Release any references you hold to the given source Object.



java-gnome