public interface TKSmartCardUserInteractionDelegate
| Modifier and Type | Method and Description |
|---|---|
default void |
characterEnteredInUserInteraction(TKSmartCardUserInteraction interaction)
A valid character has been entered.
|
default void |
correctionKeyPressedInUserInteraction(TKSmartCardUserInteraction interaction)
A correction key has been pressed.
|
default void |
invalidCharacterEnteredInUserInteraction(TKSmartCardUserInteraction interaction)
An invalid character has been entered.
|
default void |
newPINConfirmationRequestedInUserInteraction(TKSmartCardUserInteraction interaction)
Indicates that the new PIN needs to be confirmed (re-entered).
|
default void |
newPINRequestedInUserInteraction(TKSmartCardUserInteraction interaction)
Indicates that the new PIN needs to be entered.
|
default void |
oldPINRequestedInUserInteraction(TKSmartCardUserInteraction interaction)
Indicates that the old PIN needs to be entered.
|
default void |
validationKeyPressedInUserInteraction(TKSmartCardUserInteraction interaction)
The validation key has been pressed (end of PIN entry).
|
default void characterEnteredInUserInteraction(TKSmartCardUserInteraction interaction)
default void correctionKeyPressedInUserInteraction(TKSmartCardUserInteraction interaction)
default void invalidCharacterEnteredInUserInteraction(TKSmartCardUserInteraction interaction)
default void newPINConfirmationRequestedInUserInteraction(TKSmartCardUserInteraction interaction)
default void newPINRequestedInUserInteraction(TKSmartCardUserInteraction interaction)
default void oldPINRequestedInUserInteraction(TKSmartCardUserInteraction interaction)
default void validationKeyPressedInUserInteraction(TKSmartCardUserInteraction interaction)