PARAMTYPE - The parameter type.EXTYPE - Exception type to be thrown@Immutable @Deprecated public class AdapterRunnableToThrowingRunnableWithParameter<PARAMTYPE,EXTYPE extends Throwable> extends Object implements IThrowingRunnableWithParameter<PARAMTYPE,EXTYPE>
Runnable into an
IThrowingRunnableWithParameter.| Constructor and Description |
|---|
AdapterRunnableToThrowingRunnableWithParameter(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) throws EXTYPE extends Throwable
IThrowingRunnableWithParameterCopyright © 2014–2016 Philip Helger. All rights reserved.