/** * */ package poxy. import java.lang.reflect.InvocationHandler. import java.lang.reflect.InvocationTargetException. import java.lang.reflect.Method. import java.lang.reflect.Proxy. import java.util.*. import callback.PrimitiveUtil. /** * More industrial-level dynamic proxy , which main detach the Invocation handler and the real instance of a proxy class, * which can store many proxy handler with them listener, this is very useful. * Mean while, it also can work in multi thread env, so you can use it with Thread pool and Scheduler! ** */ public class IndustrialDynamicProxy { /* * container of iface