public interface ProxyTargetHandler
<listener>
<listener-class>foo.BarHandler</listener-class>
</listener>
Note: The handler instance is shared between all binders, it is not thread-safe, your implementation has to care the concurrent access issue.Modifier and Type | Method and Description |
---|---|
<T> T |
getOriginObject(T origin)
Get the corresponding origin data object.
|
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.