| Modifier and type | Property and description |
|---|---|
| java.lang.Runnable | wrappedRunnable
Replies the wrapped task. |
| Constructor and description |
|---|
| new(Logger)
Constructor. |
| new(Runnable,Logger)
Constructor. |
| Modifier and type | Action and description |
|---|---|
| boolean | equals(Object) |
| java.lang.Runnable | getWrappedRunnable
Replies the wrapped task. |
| int | hashCode |
| protected void | internalRun
Run the task. |
| final void | run |
| java.lang.String | toString |
val wrappedRunnable : java.lang.Runnable
This property is an alias for the action: getWrappedRunnable
def equals(Object) : boolean
def getWrappedRunnable : java.lang.Runnable
def hashCode : int
protected def internalRun
def run
def toString : java.lang.String