101102103104105106107108109110111
synchronized(sl) { sl.notifyAll(); } } }); service.download(); synchronized(sl) { sl.wait(); }