Exemplo n.º 1
0
 public void zurueckstellen() {
   if (start != null) {
     if (start.status > Start.STATUS_INIT) {
       // zu spät
       return;
     }
   }
   arr[DOWNLOAD_ZURUECKGESTELLT_NR] = Boolean.TRUE.toString();
   resetDownload();
 }