package bluej.utility.javafx;
import javafx.application.Platform;
import threadchecker.OnThread;
import threadchecker.Tag;
@FunctionalInterface
@OnThread(Tag.FXPlatform)
public interface FXPlatformRunnable
{
@OnThread(Tag.FXPlatform)
public void run();
}
top,
use,
map,
interface FXPlatformRunnable