Searched defs:performOnMainThread (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/macosx/native/jobjc/src/runtime-additions/java/com/apple/jobjc/
H A DUtils.java109 public void performOnMainThread(final Runnable runnable, final boolean wait) { method in class:Utils.Threads
117 public <V> V performOnMainThread(final Callable<V> callable) throws Exception{ method in class:Utils.Threads

Completed in 29 milliseconds