Class CocoaJavaBridge.RunnableDispatcher
java.lang.Object
com.biglybt.platform.macosx.access.cocoa.CocoaJavaBridge.RunnableDispatcher
- Enclosing class:
CocoaJavaBridge
A dispatch object to help facilitate asychronous script execution (from the main thread) in a more
predictable fashion.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RunnableDispatcher
private RunnableDispatcher()
-
-
Method Details
-
exec
Executes a Runnable object while synchronizing the RunnableDispatcher instance.- Parameters:
runnable
- A Runnable
-