Package org.jitterbit.application.ui.view

Examples of org.jitterbit.application.ui.view.ViewManagerListeners


    public ViewManagerImpl() {
        viewMap = Maps.newHashMap();
        visibleViews = Sets.newHashSet();
        viewLoaderLock = new Semaphore(1);
        mgrListeners = new ViewManagerListeners();
        initializationGate = Condition.ALWAYS_TRUE;
        // Acquire viewloader lock immediately, in case the startup threads are (very improbably...)
        // scheduled so that the first call to loadView() is made before the call to initialize.
        acquireViewLoaderLock();
    }
View Full Code Here

TOP

Related Classes of org.jitterbit.application.ui.view.ViewManagerListeners

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.