PARAMTYPE - The type of the parameter that is required for executing the callback.EXTYPE - Exception type to be thrownpublic interface IThrowingRunnableWithParameter<PARAMTYPE,EXTYPE extends Throwable>
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.