Package spin.demo
Class Assert
java.lang.Object
spin.demo.Assert
Utility class to assert correct thread handling.
-
Method Summary
-
Method Details
-
onEDT
public static void onEDT()Must be executed on the EDT. -
offEDT
public static void offEDT()Must be executed off the EDT.
-