AdaptedRunnableAction

Adapter for Runnables without results.

Constructors

this
this(Runnable runnable)
Undocumented in source.

Members

Functions

cancel
bool cancel(bool mayInterruptIfRunning)
Undocumented in source. Be warned that the author may not have intended to support it.
exec
bool exec()
Undocumented in source. Be warned that the author may not have intended to support it.
run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

runnable
Runnable runnable;
Undocumented in source.

Meta