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