@Override protected Void runInBackground() { super.runInBackground(); if (isCancelled()) { return null; } setStatusMessage("Extracting GeneMANIA files..."); GenemaniaInfoRetriever.extractGM(getDestPath()); return null; }
@Override public void jobDone() { super.jobDone(); MedSavantFrame.getInstance() .showNotficationMessage("GeneMANIA has finished downloading, and is ready to use."); }