R
- The return type.A
- The argument type.public static interface Callback.ReturningWithArgument<R,A>
Modifier and Type | Method and Description |
---|---|
R |
invoke(A a)
This method should be invoked by the method where you're passing this callback instance to.
|
Copyright © 2012–2016 OmniFaces. All rights reserved.