|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A - The argument type.public static interface Callback.WithArgument<A>
Use this if you need a callback which takes an argument.
| Method Summary | |
|---|---|
void |
invoke(A a)
This method should be invoked by the method where you're passing this callback instance to. |
| Method Detail |
|---|
void invoke(A a)
a - The callback argument to work with.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||