Interface Callback<T>
- Type Parameters:
T- Parameter type
@ConsumerType
public interface Callback<T>
Callback interface for setup/teardown actions.
-
Method Summary
-
Method Details
-
execute
Execute action- Parameters:
currentValue- Current parameter value
-