P
- the type of the callback parameterR
- the type of the callback resultpublic interface Callback<P,R>
Callable
interface, with the exception that the callback method does not throw any
catching exception. Without this restriction the caller does not have to catch any exception.Modifier and Type | Method and Description |
---|---|
R |
callback(P param)
The callback which should be called/executed after work was done.
|
Copyright © 2019. All rights reserved.