Package com.yubico.yubikit.core.util
Interface Callback<T>
- Type Parameters:
T
- the type of the value expected as input to the callback.
public interface Callback<T>
Generic callback interface.
-
Method Summary
-
Method Details
-
invoke
-
T
- the type of the value expected as input to the callback.