GNU Classpath (0.20) | |
Frames | No Frames |
Classes implementing java.lang.reflect.InvocationHandler | |
class | EventHandler forms a bridge between dynamically created listeners and
arbitrary properties and methods.
You can use this class to easily create listener implementations for
some basic interactions between an event source and its target. |
Constructors with parameter type java.lang.reflect.InvocationHandler | |
Constructs a new Proxy from a subclass (usually a proxy class),
with the specified invocation handler.
|
Fields of type java.lang.reflect.InvocationHandler | |
InvocationHandler | The invocation handler for this proxy instance. |
Methods with parameter type java.lang.reflect.InvocationHandler | |
Object | Combines several methods into one. |
Methods with return type java.lang.reflect.InvocationHandler | |
InvocationHandler | Returns the invocation handler for the given proxy instance.
NOTE: We guarantee a non-null result if successful,
but Sun allows the creation of a proxy instance with a null
handler. |
GNU Classpath (0.20) |