Action4<T1,T2,T3,T4> Interface
Type Parameters
- T1
The type of the first parameter to the callback.
- T2
The type of the second parameter to the callback.
- T3
The type of the third parameter to the callback.
- T4
The type of the fourth parameter to the callback.
public interface Action4<T1,T2,T3,T4>
A callback that takes four parameters.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract void | invoke(T1 param1, T2 param2, T3 param3, T4 param4) |
Method Details
invoke
public abstract void invoke(T1 param1, T2 param2, T3 param3, T4 param4)
Parameters:
param1
param2
param3
param4