Package hj.lang

Examples of hj.lang.Future


   
    // Interface with calls made from compiled code. No need to set data driven futures
    public void setDDF(Collection c) {}
   
    private void setup() {
        future = new Future();
        descendants = new Stack<FinishScope>();
        ID = Runtime.getUniqueActivityID();
        if (name.endsWith("$Main")) {
            // First activity (main) must set up a brand new finish scope
            scopeBelongsTo = new FinishScope();
View Full Code Here

TOP

Related Classes of hj.lang.Future

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.