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.manager Package, welches diverse Klassen für den Zugriff auf die Funktionen von HBCI4Java enthält. -
-
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.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
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.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
.
-