Package Elevator

Examples of Elevator.Building$Reactive


        __setTheBuilding(p_Building);
    }
   
    //## auto_generated
    public Building newTheBuilding(RiJThread p_thread) {
        theBuilding = new Building(p_thread);
        theBuilding._setItsGui(this);
        animInstance().notifyRelationAdded("theBuilding", theBuilding);
        return theBuilding;
    }
View Full Code Here

TOP

Related Classes of Elevator.Building$Reactive

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.