Package com.ponysdk.core.instruction

Examples of com.ponysdk.core.instruction.Close


    public static PWindow getCurrentWindow() {
        return get().getWindow();
    }

    public void close() {
        Txn.get().getTxnContext().save(new Close());
    }
View Full Code Here

TOP

Related Classes of com.ponysdk.core.instruction.Close

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.