Interface SerializableCallable<V>
- Type Parameters:
V- type of return object
- All Superinterfaces:
Serializable
Callable interface to use in callback mechanisms, allowing to be serialized in Wicket environment.
-
Method Summary
-
Method Details
-
call
Computes a result, or throws an exception if unable to do so.- Returns:
- computed result
- Throws:
Exception- if unable to compute a result
-