T1 - The type of the first parameter of the method.T2 - The type of the second parameter of the method.public abstract class Action2<T1,T2> extends MulticastDelegate
Encapsulates a method that has two parameters and does not return a value.
| Constructor and Description |
|---|
Action2() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
invoke(T1 arg1,
T2 arg2)
The method to be invoked.
|
combineImpl, getDelegateId, getInvocationList, op_Equality, op_Inequality, removeImplcombine, combine, op_Equality, op_Inequality, remove, removeAllCopyright © 2026. All rights reserved.