PARAMTYPE - The type of the parameter that is required for executing the callback.public interface INonThrowingRunnableWithParameter<PARAMTYPE> extends IThrowingRunnableWithParameter<PARAMTYPE>
INonThrowingRunnable except that a
parameter is present.void run(PARAMTYPE aCurrentObject)
run in interface IThrowingRunnableWithParameter<PARAMTYPE>aCurrentObject - The current object. May be null or non-
null depending on the implementation.Copyright © 2014–2015 Philip Helger. All rights reserved.