|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProxyObject
The interface implemented by proxy classes.
This interface is available only if the super class of the proxy object
does not have a getHandler()
method. If the super class
has getHandler
, then Proxy
interface is
available.
ProxyFactory
,
Proxy
Method Summary | |
---|---|
MethodHandler |
getHandler()
Get the handler. |
void |
setHandler(MethodHandler mi)
Sets a handler. |
Method Detail |
---|
void setHandler(MethodHandler mi)
setHandler
in interface Proxy
MethodHandler getHandler()
ProxyFactory.getHandler(Proxy)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |