// damit wird der main-thread wieder angesto�en, um
// hbci.executeThreaded() oder hbci.continueThreaded() zu beenden,
// damit die applikation die callback-daten sp�ter via
// hbci.continueThreaded() �bergeben kann
HBCIUtils.log("hbci thread: callback: awaking main thread with callbackData",HBCIUtils.LOG_DEBUG);
sync_main.stopWaiting();
// neues sync-objekt f�r das empfangen von callback-antworten erzeugen
ThreadSyncer sync_hbci=new ThreadSyncer("sync_hbci");
((HBCIPassportInternal)passport).setPersistentData("thread_syncer_hbci",sync_hbci);