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.
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 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.Fields in org.kapott.hbci.callback declared as HBCICallbackConstructors 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
Fields in org.kapott.hbci.concurrent declared as HBCICallbackConstructors in org.kapott.hbci.concurrent with parameters of type HBCICallbackModifierConstructorDescriptionHBCIRunnable(Properties properties, HBCICallback callback, HBCIPassportFactory passportFactory) -
Uses of HBCICallback in org.kapott.hbci.examples
Classes in org.kapott.hbci.examples that implement HBCICallbackModifier and TypeClassDescriptionprivate static classUeber 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 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. -
Uses of HBCICallback in org.kapott.hbci.tools
Classes in org.kapott.hbci.tools that implement HBCICallbackModifier and TypeClassDescriptionprivate static classprivate static classprivate static classprivate static classprivate static class
HBCIUtils.initThread(Properties, HBCICallback)instead