PARAMTYPE - The parameter type.@Immutable public class AdapterRunnableToThrowingRunnableWithParameter<PARAMTYPE> extends Object implements IThrowingRunnableWithParameter<PARAMTYPE>
Runnable into an
IThrowingRunnableWithParameter.| Constructor and Description |
|---|
AdapterRunnableToThrowingRunnableWithParameter(Runnable aRunnable) |
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–2015 Philip Helger. All rights reserved.