API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.lang.reflect. InvocationHandler View Source
Author(s)
Peter Jones
Since
1.3
Version
1.11, 06/04/07
Serial
Hierarchy
 InvocationHandler
Subinterfaces
Description
public interface InvocationHandler
  InvocationHandler is the interface implemented by the invocation handler of a proxy instance.
See also:    Proxy
Methods
Hide/Show inherited methods
public Object invoke (Object proxy, Method method, Object args) throws Throwable
  Processes a method invocation on a proxy instance and returns the result.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar