spin.demo

Class Assert


public class Assert
extends java.lang.Object

Utility class to assert correct thread handling.

Method Summary

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

Method Details

offEDT

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

onEDT

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