Package spin.demo
Class Assert
- java.lang.Object
-
- spin.demo.Assert
-
public class Assert extends java.lang.Object
Utility class to assert correct thread handling.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
offEDT()
Must be executed off the EDT.static void
onEDT()
Must be executed on the EDT.
-