Esempio n. 1
0
 /**
  * Load the document into memory. This is done in different thread. A task for the thread is
  * returned so anyone may test whether the loading has been finished or is still in process.
  *
  * @return task for control over loading
  */
 public synchronized Task prepareDocument() {
   return del.prepareDocument();
 }