IdleUtil Class

com.bea.ide.util
IdleUtil Class

public class IdleUtil

    extends Object

Hierarchy
Object
  IdleUtil

Constructor Summary

IdleUtil()

 

Method Summary

public static void
invokeOnIdle(Runnable r)
Invoke the given runnable when the AWT event thread is idle
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

IdleUtil

public IdleUtil()
 

Method Detail

invokeOnIdle(Runnable) Method

public static void invokeOnIdle(Runnable r)
Invoke the given runnable when the AWT event thread is idle

Parameters

r
runnable to invoke