Uses of Interface
org.kapott.hbci.callback.HBCICallback
-
Packages that use HBCICallback Package Description org.kapott.hbci.callback HBCI4Java kommuniziert mit der Anwendung bzw.org.kapott.hbci.concurrent org.kapott.hbci.examples org.kapott.hbci.manager Package, welches diverse Klassen für den Zugriff auf die Funktionen von HBCI4Java enthält.org.kapott.hbci.tools Dieses Package enthält diverse Tools zur Arbeit mit HBCI4Java. -
-
Uses of HBCICallback in org.kapott.hbci.callback
Classes in org.kapott.hbci.callback that implement HBCICallback Modifier and Type Class Description class
AbstractHBCICallback
Diese Klasse dient als Basisklasse für allen Callback-Klassen.class
HBCICallbackConsole
Default-Implementation einer Callback-Klasse für textbasierte Anwendungen.class
HBCICallbackIOStreams
Callback-Klasse für Ein-/Ausgabe über IO-Streams.class
HBCICallbackNative
Callback-Klasse für native-Applikationen, die HBCI4Java durch Aufrufe des JNI benutzen.class
HBCICallbackSwing
Default-Implementation einer Callback-Klasse für Anwendungen mit GUI.class
HBCICallbackSwingInternal
Callback für Anwendungen mit GUI; arbeitet mitJInternalFrame
s anstatt mit Top-Level-Windows.class
HBCICallbackThreaded
Wrapper-Klasse, die bei Verwendung des threaded-callback-Mechanismus benötigt wird.class
HBCICallbackUnsupported
Implementierung, die für alle Aufrufe eineUnsupportedOperationException
wirft.Fields in org.kapott.hbci.callback declared as HBCICallback Modifier and Type Field Description private HBCICallback
HBCICallbackThreaded. realCallback
Constructors in org.kapott.hbci.callback with parameters of type HBCICallback Constructor Description HBCICallbackThreaded(HBCICallback realCallback)
Erzeugt eine Instanz dieser Klasse. -
Uses of HBCICallback in org.kapott.hbci.concurrent
Fields in org.kapott.hbci.concurrent declared as HBCICallback Modifier and Type Field Description private HBCICallback
HBCIRunnable. callback
Constructors in org.kapott.hbci.concurrent with parameters of type HBCICallback Constructor Description HBCIRunnable(java.util.Properties properties, HBCICallback callback, HBCIPassportFactory passportFactory)
-
Uses of HBCICallback in org.kapott.hbci.examples
Classes in org.kapott.hbci.examples that implement HBCICallback Modifier and Type Class Description private static class
UmsatzAbrufPinTan.MyHBCICallback
Ueber diesen Callback kommuniziert HBCI4Java mit dem Benutzer und fragt die benoetigten Informationen wie Benutzerkennung, PIN usw. -
Uses of HBCICallback in org.kapott.hbci.manager
Fields in org.kapott.hbci.manager with type parameters of type HBCICallback Modifier and Type Field Description static java.util.Hashtable<java.lang.ThreadGroup,HBCICallback>
HBCIUtilsInternal. callbacks
Methods in org.kapott.hbci.manager that return HBCICallback Modifier and Type Method Description static HBCICallback
HBCIUtilsInternal. getCallback()
Methods in org.kapott.hbci.manager with parameters of type HBCICallback Modifier and Type Method Description static void
HBCIUtils. init(java.lang.ClassLoader cl, java.lang.String configfile, HBCICallback callback)
Deprecated.static void
HBCIUtils. init(java.util.Properties props, HBCICallback callback)
Initialisieren der HBCI4Java-Umgebung.static void
HBCIUtils. initThread(java.lang.ClassLoader cl, java.lang.String configfile, HBCICallback callback)
Deprecated.useHBCIUtils.initThread(Properties, HBCICallback)
insteadstatic void
HBCIUtils. initThread(java.util.Properties props, HBCICallback callback)
Initialisieren der HBCI4Java-Umgebung für eine neueThreadGroup
. -
Uses of HBCICallback in org.kapott.hbci.tools
Classes in org.kapott.hbci.tools that implement HBCICallback Modifier and Type Class Description private static class
AnalyzeReportOfTransactions.MyHBCICallback
private static class
CollectHashCodes.MyCallback
private static class
DepotAbrufTest.MyHBCICallback
private static class
HBCIBatch.MyCallback
private static class
InitAndTest.MyCallback
-