Uses of Interface
org.kapott.hbci.callback.HBCICallback
Packages that use HBCICallback
Package
Description
HBCI4Java kommuniziert mit der Anwendung bzw.
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 HBCICallbackModifier and TypeClassDescriptionclass
Diese Klasse dient als Basisklasse für allen Callback-Klassen.class
Default-Implementation einer Callback-Klasse für textbasierte Anwendungen.class
Callback-Klasse für Ein-/Ausgabe über IO-Streams.final class
Callback-Klasse für native-Applikationen, die HBCI4Java durch Aufrufe des JNI benutzen.class
Default-Implementation einer Callback-Klasse für Anwendungen mit GUI.class
Callback für Anwendungen mit GUI; arbeitet mitJInternalFrame
s anstatt mit Top-Level-Windows.final class
Wrapper-Klasse, die bei Verwendung des threaded-callback-Mechanismus benötigt wird.class
Implementierung, die für alle Aufrufe eineUnsupportedOperationException
wirft.Constructors in org.kapott.hbci.callback with parameters of type HBCICallbackModifierConstructorDescriptionHBCICallbackThreaded
(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 HBCICallbackModifierConstructorDescriptionHBCIRunnable
(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 HBCICallbackModifier and TypeFieldDescriptionstatic Hashtable
<ThreadGroup, HBCICallback> HBCIUtilsInternal.callbacks
Methods in org.kapott.hbci.manager that return HBCICallbackMethods in org.kapott.hbci.manager with parameters of type HBCICallbackModifier and TypeMethodDescriptionstatic void
HBCIUtils.init
(ClassLoader cl, String configfile, HBCICallback callback) Deprecated.static void
HBCIUtils.init
(Properties props, HBCICallback callback) Initialisieren der HBCI4Java-Umgebung.static void
HBCIUtils.initThread
(ClassLoader cl, String configfile, HBCICallback callback) Deprecated.static void
HBCIUtils.initThread
(Properties props, HBCICallback callback) Initialisieren der HBCI4Java-Umgebung für eine neueThreadGroup
.
HBCIUtils.initThread(Properties, HBCICallback)
instead