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