spin.demo
Class Assert

java.lang.Object
  extended by spin.demo.Assert

public class Assert
extends java.lang.Object

Utility class to assert correct thread handling.


Method Summary
static void isEDT()
          Must be executed on the EDT.
static void isNotEDT()
          Must not be executed on the EDT.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isEDT

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


isNotEDT

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



Copyright © 2007. All Rights Reserved.