ice.util.awt
Class TimedAWTExecutor
java.lang.Object
ice.util.awt.TimedAWTExecutor
- public class TimedAWTExecutor
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimedAWTExecutor
public TimedAWTExecutor()
isEventThread
public boolean isEventThread()
shutdown
public void shutdown()
invokeAndWait
public void invokeAndWait(Runnable code,
long delay)
throws InterruptedException,
InvocationTargetException
- Throws:
InterruptedException
InvocationTargetException
invokeLater
public void invokeLater(Runnable code,
long delay_ms)