com.sun.jini.example.browser
Class Browser.Handler

java.lang.Object
  extended by com.sun.jini.example.browser.Browser.Handler
All Implemented Interfaces:
InvocationHandler
Enclosing class:
Browser

private class Browser.Handler
extends Object
implements InvocationHandler


Field Summary
private  Object obj
           
 
Constructor Summary
Browser.Handler(Object obj)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

obj

private final Object obj
Constructor Detail

Browser.Handler

Browser.Handler(Object obj)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.