Exemplo n.º 1
0
    /* (non-Javadoc)
     * @see javafx.concurrent.Task#call()
     */
    @Override
    protected InformationModel call() throws Exception {

      // Do work.
      return importHandler.importModel(new File(fileName));
    }