PARAMTYPE - The type of the parameter that is required for executing the callback.public interface IThrowingRunnableWithParameter<PARAMTYPE>
IThrowingRunnable except that a
parameter is present.| Modifier and Type | Method and Description |
|---|---|
void |
run(PARAMTYPE aCurrentObject)
The callback method that is invoked.
|
Copyright © 2014–2015 Philip Helger. All rights reserved.