R - The return type.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–2016 OmniFaces. All rights reserved.