RunnableExecuteAction

Adapter for Runnables in which failure forces worker exception.

Constructors

this
this(Runnable runnable)
Undocumented in source.

Members

Functions

exec
bool exec()
Undocumented in source. Be warned that the author may not have intended to support it.
internalPropagateException
void internalPropagateException(Throwable ex)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

runnable
Runnable runnable;
Undocumented in source.

Meta