Uses of Enum
org.kapott.hbci.dialog.DialogEvent
Packages that use DialogEvent
Package
Description
Passports repräsentieren die HBCI-Sicherheitsmedien, mit denen Zugangsdaten
eines Bankkunden verwaltet werden.
-
Uses of DialogEvent in org.kapott.hbci.dialog
Methods in org.kapott.hbci.dialog that return DialogEventModifier and TypeMethodDescriptionstatic DialogEventReturns the enum constant of this type with the specified name.static DialogEvent[]DialogEvent.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DialogEvent in org.kapott.hbci.passport
Methods in org.kapott.hbci.passport with parameters of type DialogEventModifier and TypeMethodDescriptionvoidAbstractHBCIPassport.onDialogEvent(DialogEvent event, DialogContext ctx) voidAbstractPinTanPassport.onDialogEvent(DialogEvent event, DialogContext ctx) voidAbstractRDHPassport.onDialogEvent(DialogEvent event, DialogContext ctx) voidHBCIPassportInternal.onDialogEvent(DialogEvent event, DialogContext ctx) Wird bei einem Dialog-Event ausgefuehrt.