Package com.jacob.com

Examples of com.jacob.com.InvocationProxy


   * (non-Javadoc)
   *
   * @see com.jacob.com.DispatchEvents#getInvocationProxy(java.lang.Object)
   */
  protected InvocationProxy getInvocationProxy(Object pTargetObject) {
    InvocationProxy newProxy = new ActiveXInvocationProxy();
    newProxy.setTarget(pTargetObject);
    return newProxy;
  }
View Full Code Here

TOP

Related Classes of com.jacob.com.InvocationProxy

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.