final class ExecutableRunnable
extends java.lang.Object
implements org.apache.excalibur.thread.Executable
Runnable object in
an Executable object.| Modifier and Type | Field and Description |
|---|---|
private java.lang.Runnable |
m_runnable |
| Modifier | Constructor and Description |
|---|---|
protected |
ExecutableRunnable(java.lang.Runnable runnable)
Create adapter using specified runnable.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Execute the underlying
Runnable object. |