R
- The return type.@FunctionalInterface public static interface Callback.SerializableReturning<R> extends Serializable
Modifier and Type | Method and Description |
---|---|
R |
invoke()
This method should be invoked by the method where you're passing this callback instance to.
|
R invoke()
Copyright © 2012–2020 OmniFaces. All rights reserved.