package bluej.utility.javafx;

import javafx.application.Platform;
import threadchecker.OnThread;
import threadchecker.Tag;


| 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(); }
top, use, map, interface FXRunnable

.   run




11 neLoCode + 1 LoComm