Uses of Interface
org.kapott.hbci.callback.HBCICallback
Packages that use HBCICallback
Package
Description
HBCI4Java kommuniziert mit der Anwendung bzw. dem Anwender über Callbacks.
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 TypeClassDescriptionclassDiese Klasse dient als Basisklasse für allen Callback-Klassen.classDefault-Implementation einer Callback-Klasse für textbasierte Anwendungen.classCallback-Klasse für Ein-/Ausgabe über IO-Streams.final classCallback-Klasse für native-Applikationen, die HBCI4Java durch Aufrufe des JNI benutzen.classDefault-Implementation einer Callback-Klasse für Anwendungen mit GUI.classCallback für Anwendungen mit GUI; arbeitet mitJInternalFrames anstatt mit Top-Level-Windows.final classWrapper-Klasse, die bei Verwendung des threaded-callback-Mechanismus benötigt wird.classImplementierung, die für alle Aufrufe eineUnsupportedOperationExceptionwirft.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.callbacksMethods in org.kapott.hbci.manager that return HBCICallbackMethods in org.kapott.hbci.manager with parameters of type HBCICallbackModifier and TypeMethodDescriptionstatic voidHBCIUtils.init(ClassLoader cl, String configfile, HBCICallback callback) Deprecated.static voidHBCIUtils.init(Properties props, HBCICallback callback) Initialisieren der HBCI4Java-Umgebung.static voidHBCIUtils.initThread(ClassLoader cl, String configfile, HBCICallback callback) Deprecated.static voidHBCIUtils.initThread(Properties props, HBCICallback callback) Initialisieren der HBCI4Java-Umgebung für eine neueThreadGroup.
HBCIUtils.initThread(Properties, HBCICallback)instead