PARAMTYPE - The parameter type.@Immutable public class AdapterRunnableToRunnableWithParameter<PARAMTYPE> extends Object implements IThrowingRunnableWithParameter<PARAMTYPE>
Runnable into an
IThrowingRunnableWithParameter.| Constructor and Description |
|---|
AdapterRunnableToRunnableWithParameter(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 © 2006–2015 phloc systems. All rights reserved.