java-gnome version 4.0.7

org.freedesktop.bindings
Class Plumbing

java.lang.Object
  extended by org.freedesktop.bindings.Plumbing
Direct Known Subclasses:
Plumbing, Plumbing

public abstract class Plumbing
extends java.lang.Object

Parent of all classes in the translation layer of a bindings library. This class provides the infrastructure (or, "plumbing") that the generated code can access the native values held within Proxy, Constant, etc.

No one using developing applications which happen to use bindings based on this package should ever need to see, use, or subclass, this. People hacking on the bindings themselves will end up call generated or crafted methods in the translation layer, but they too will never have to use these mechanisms directly. Note that individual library families will likely subclass this to extend its instance lookup behaviour in a manner appropriate to the type systems in use within those libraries.

Since:
4.0.0
Author:
Andrew Cowie

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



java-gnome