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

be.yildizgames.module.window.WindowThreadManager Maven / Gradle / Ivy

The newest version!
package be.yildizgames.module.window;

public interface WindowThreadManager {

    void runAsync(Runnable r);

    void runLongTask(Runnable r);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy