Package spin.demo

Class Assert

java.lang.Object
spin.demo.Assert

public class Assert extends Object
Utility class to assert correct thread handling.
  • Method Details

    • onEDT

      public static void onEDT()
      Must be executed on the EDT.
    • offEDT

      public static void offEDT()
      Must be executed off the EDT.