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