Package com.bbn.openmap.CSpecialist

Examples of com.bbn.openmap.CSpecialist.ActionUnion


    /**
     * Our gesture override: any gesture causes us to kick back the
     * info string
     */
    public ActionUnion[] sendGesture(MouseEvent gesture, String uniqueID) {
        ActionUnion ret[] = new ActionUnion[1];
        ret[0] = new ActionUnion();
        ret[0].itext(response);

        return ret;
    }
View Full Code Here

TOP

Related Classes of com.bbn.openmap.CSpecialist.ActionUnion

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.