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 classAbstractHBCICallbackDiese Klasse dient als Basisklasse für allen Callback-Klassen.classHBCICallbackConsoleDefault-Implementation einer Callback-Klasse für textbasierte Anwendungen.classHBCICallbackIOStreamsCallback-Klasse für Ein-/Ausgabe über IO-Streams.classHBCICallbackNativeCallback-Klasse für native-Applikationen, die HBCI4Java durch Aufrufe des JNI benutzen.classHBCICallbackSwingDefault-Implementation einer Callback-Klasse für Anwendungen mit GUI.classHBCICallbackSwingInternalCallback für Anwendungen mit GUI; arbeitet mitJInternalFrames anstatt mit Top-Level-Windows.classHBCICallbackThreadedWrapper-Klasse, die bei Verwendung des threaded-callback-Mechanismus benötigt wird.classHBCICallbackUnsupportedImplementierung, die für alle Aufrufe eineUnsupportedOperationExceptionwirft.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. callbacksMethods in org.kapott.hbci.manager that return HBCICallback Modifier and Type Method Description static HBCICallbackHBCIUtilsInternal. getCallback()Methods in org.kapott.hbci.manager with parameters of type HBCICallback Modifier and Type Method Description static voidHBCIUtils. init(java.lang.ClassLoader cl, java.lang.String configfile, HBCICallback callback)Deprecated.static voidHBCIUtils. init(java.util.Properties props, HBCICallback callback)Initialisieren der HBCI4Java-Umgebung.static voidHBCIUtils. initThread(java.lang.ClassLoader cl, java.lang.String configfile, HBCICallback callback)Deprecated.useHBCIUtils.initThread(Properties, HBCICallback)insteadstatic voidHBCIUtils. initThread(java.util.Properties props, HBCICallback callback)Initialisieren der HBCI4Java-Umgebung für eine neueThreadGroup.
-