| java.lang.Object com.thoughtworks.proxy.kit.SimpleInvoker
SimpleInvoker | public class SimpleInvoker implements Invoker(Code) | | A simple
com.thoughtworks.proxy.Invoker implementation, that routes any call to a target object. A null value as
target can be handled, the invocation result will alway be null .
author: Aslak Hellesøy since: 0.2, 0.1 in package com.thoughtworks.proxy.toy.decorate |
SimpleInvoker | public SimpleInvoker(Object target)(Code) | | Construct a SimpleInvoker.
Parameters: target - the invocation target. since: 0.2, 0.1 in package com.thoughtworks.proxy.toy.decorate |
getTarget | public Object getTarget()(Code) | | Retrieve the target of the invocations.
the target object since: 0.2 |
|
|