| | |
| | | * information: "Portions Copyright [year] [name of copyright owner]". |
| | | * |
| | | * Copyright 2006-2010 Sun Microsystems, Inc. |
| | | * Portions Copyright 2014-2015 ForgeRock AS. |
| | | * Portions Copyright 2014-2016 ForgeRock AS. |
| | | */ |
| | | package org.opends.quicksetup.util; |
| | | import org.forgerock.i18n.LocalizableMessage; |
| | |
| | | * |
| | | * When is finished (successfully or unsuccessfully) it notifies the |
| | | * QuickSetupStepPanel passed in the constructor. |
| | | * |
| | | */ |
| | | public class URLWorker extends BackgroundTask<Object> |
| | | { |
| | |
| | | this.url = url; |
| | | } |
| | | |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | public Object processBackgroundTask() throws WebBrowserException |
| | | { |
| | | try |
| | |
| | | return null; |
| | | } |
| | | |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | public void backgroundTaskCompleted(Object returnValue, |
| | | Throwable throwable) |
| | | { |