Groovy Documentation

griffon.pivot
[Java] Class PivotUIThreadHandler

java.lang.Object
  org.codehaus.griffon.runtime.util.AbstractUIThreadHandler
      griffon.pivot.PivotUIThreadHandler

public class PivotUIThreadHandler
extends AbstractUIThreadHandler

Executes code honoring Pivot's threading model.

Authors:
Andres Almiray


Field Summary
private static Thread.UncaughtExceptionHandler UNCAUGHT_EXCEPTION_HANDLER

 
Constructor Summary
PivotUIThreadHandler()

 
Method Summary
void executeAsync(Runnable runnable)

void executeSync(Runnable runnable)

boolean isUIThread()

 
Methods inherited from class AbstractUIThreadHandler
executeOutside, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll, isUIThread, executeAsync, executeSync
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

UNCAUGHT_EXCEPTION_HANDLER

private static final Thread.UncaughtExceptionHandler UNCAUGHT_EXCEPTION_HANDLER


 
Constructor Detail

PivotUIThreadHandler

PivotUIThreadHandler()


 
Method Detail

executeAsync

public void executeAsync(Runnable runnable)


executeSync

public void executeSync(Runnable runnable)


isUIThread

public boolean isUIThread()


 

Groovy Documentation