org.gnu.glib
Interface Handle

All Known Implementing Classes:
Handle32Bits, Handle64Bits

public interface Handle

Interface that represents a pointer to a native peer.


Method Summary
 boolean equals(Handle other)
           
 boolean isNull()
           
 

Method Detail

isNull

public boolean isNull()

equals

public boolean equals(Handle other)