All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sun.webkit.MainThread Maven / Gradle / Ivy

/*
 * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
 */
package com.sun.webkit;

/**
 * The class reflects the native webkit module.
 */
final class MainThread {

    private static void fwkScheduleDispatchFunctions() {
        Invoker.getInvoker().postOnEventThread(new Runnable() {
            @Override
            public void run() {
                twkScheduleDispatchFunctions();
            }
        });
    }

    private static native void twkScheduleDispatchFunctions();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy