public static interface InvokeLaterDispatcher.InvokeLaterSubmitter
Modifier and Type | Method and Description |
---|---|
void |
submitForLaterInvocation(java.lang.Runnable r)
Submits the runnable to the native system for later execution and
returns immediately.
|