java-gnome version 4.0.7

org.freedesktop.bindings
Class Proxy

java.lang.Object
  extended by org.freedesktop.bindings.Proxy
Direct Known Subclasses:
Boxed, Context, Object, Pattern, Surface, Value

public abstract class Proxy
extends java.lang.Object

A proxy object representing a native resource. Specifically, this is a wrapper around a pointer.

This is implementation, and you will never need to use it directly

Since:
4.0.0
Author:
Andrew Cowie

Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


java-gnome