A
- The argument type.Consumer
instead.@Deprecated @FunctionalInterface public static interface Callback.WithArgument<A>
Modifier and Type | Method and Description |
---|---|
void |
invoke(A a)
Deprecated.
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–2020 OmniFaces. All rights reserved.