JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
invoke
(
T
value)
Method Details
invoke
void
invoke
(
T
value)