public abstract class ProgressListener extends Object implements IDownloadListener
| Constructor and Description |
|---|
ProgressListener(UIUtil util,
javafx.scene.Scene scene) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
downloaded(File downloadedFile) |
void |
downloadStep(int pct) |
void |
downloadStop(File downloadedFile) |
protected UIUtil util
public ProgressListener(UIUtil util, javafx.scene.Scene scene)
public void downloadStep(int pct)
downloadStep in interface IDownloadListenerpublic void downloadStop(File downloadedFile)
downloadStop in interface IDownloadListenerpublic abstract void downloaded(File downloadedFile)
Copyright © 2018 Ken Händel. All rights reserved.