in the attached B4J test project, the UnZipDone event is not triggered, but the zip file is processed correctly (UnZipProgression event is correctly triggered for every file)
So it was "something really big" I was missing...
The progression events being generated even for a synchronous call mislead me thinking it was an asynchronous call.
Thank you