*
* @param cl this class's classLoader
* @param target the object being wrapped as an IDispatch
*/
IDispatchProxy(CompilingClassLoader cl, Object target) {
javaDispatch = new JavaDispatchImpl(cl, target);
classLoader = cl;
myGlobalRef = LowLevel.newGlobalRefInt(this);
}