PARAMTYPE - The parameter type.@Immutable public class AdapterRunnableToRunnableWithParameter<PARAMTYPE> extends Object implements INonThrowingRunnableWithParameter<PARAMTYPE>
Runnable into an
IThrowingRunnableWithParameter.| Constructor and Description |
|---|
AdapterRunnableToRunnableWithParameter(Runnable aRunnable) |
| Modifier and Type | Method and Description |
|---|---|
Runnable |
getRunnable() |
void |
run(PARAMTYPE aParam)
The callback method that is invoked.
|
String |
toString() |
public void run(PARAMTYPE aParam)
INonThrowingRunnableWithParameterrun in interface INonThrowingRunnableWithParameter<PARAMTYPE>run in interface IThrowingRunnableWithParameter<PARAMTYPE,Exception>aParam - The current object. May be null or non-
null depending on the implementation.Copyright © 2014–2016 Philip Helger. All rights reserved.