Package OLE

Examples of OLE.CDispatch


        }
        return bindingManager;
    }

    public void setAnOLE(CDispatch anOLE) {
        CDispatch oldValue = this.anOLE;
        this.anOLE = anOLE;
        this.qq_Listeners.firePropertyChange("anOLE", oldValue, this.anOLE);
    }
View Full Code Here


    public CDispatch getAnOLE() {
        return this.anOLE;
    }

    public void setAActiveX(CDispatch aActiveX) {
        CDispatch oldValue = this.aActiveX;
        this.aActiveX = aActiveX;
        this.qq_Listeners.firePropertyChange("AActiveX", oldValue, this.aActiveX);
    }
View Full Code Here

TOP

Related Classes of OLE.CDispatch

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.