560561562563564565566567568569570
public void completed(boolean success) { status[0] = success; latch.countDown(); } }; async.addAsynchronousLoadListener(all); try { latch.await(); } catch (InterruptedException ie) { } async.removeAsynchronousLoadListener(all);
661662663664665666667668669670671
569570571572573574575576577578579
673674675676677678679680681682683
566567568569570571572573574575576
670671672673674675676677678679680