org.gnu.glib
Interface Handle

All Known Implementing Classes:
Handle32Bits, Handle64Bits

Deprecated. This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class may have an equivalent in java-gnome 4.0, see org.freedesktop.bindings.Proxy. You should be aware that there is a considerably different API in the new library: the architecture is completely different and most notably internals are no longer exposed to public view.

public interface Handle

Interface that represents a pointer to a native peer.


Method Summary
 boolean equals(Handle other)
          Deprecated.  
 Struct getProxiedObject()
          Deprecated.  
 boolean isNull()
          Deprecated.  
 void setProxiedObject(Struct object)
          Deprecated.  
 

Method Detail

isNull

boolean isNull()
Deprecated. 

equals

boolean equals(Handle other)
Deprecated. 

setProxiedObject

void setProxiedObject(Struct object)
Deprecated. 

getProxiedObject

Struct getProxiedObject()
Deprecated.