PARAMTYPE - The parameter type.@Immutable @Deprecated public class AdapterRunnableToRunnableWithParameter<PARAMTYPE> extends Object implements INonThrowingRunnableWithParameter<PARAMTYPE>
Runnable into an
IThrowingRunnableWithParameter.| Constructor and Description |
|---|
AdapterRunnableToRunnableWithParameter(Runnable aRunnable)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Runnable |
getRunnable()
Deprecated.
|
void |
run(PARAMTYPE aParam)
Deprecated.
The callback method that is invoked.
|
String |
toString()
Deprecated.
|
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.