A
- The argument type.@FunctionalInterface public static interface Callback.SerializableWithArgument<A> extends Serializable
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–2020 OmniFaces. All rights reserved.