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