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