Action1<T1> Interface
Type Parameters
- T1
The type of the first parameter to the callback.
public interface Action1
A callback that takes one parameter.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract void | invoke(T1 param1) |
Method Details
invoke
public abstract void invoke(T1 param1)
Parameters:
param1