Package org.eclipse.jst.jsf.common.internal

Examples of org.eclipse.jst.jsf.common.internal.RunOnCompletionPattern


    public final void refresh(final Runnable runAfter, final boolean flushCaches)
    {
        final Job refreshJob = getRefreshJob(flushCaches);

        final RunOnCompletionPattern runPattern = new RunOnCompletionPattern(
                refreshJob, runAfter);
        runPattern.run();
    }
View Full Code Here

TOP

Related Classes of org.eclipse.jst.jsf.common.internal.RunOnCompletionPattern

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.