package bluej.utility.javafx; import javafx.application.Platform; import threadchecker.OnThread; import threadchecker.Tag;top, use, map, interface FXRunnable
| Equivalent to Runnable, but clearer (including to plugin) that it runs on FX thread | @FunctionalInterface public interface FXRunnable extends FXPlatformRunnable{ @OnThread(Tag.FX) public void run(); }