OSDN Git Service

worker listenerのインタフェース名変更
[coroid/inqubus.git] / frontend / src / saccubus / worker / Download.java
index c2044fe..9480486 100644 (file)
@@ -49,7 +49,7 @@ public class Download extends Worker<DownloadResult, DownloadProgress> {
      * @param listener
      * @param flag
      */
-    public Download(DownloadProfile profile, String videoId, SaccubusListener<DownloadProgress> listener) {
+    public Download(DownloadProfile profile, String videoId, WorkerListener<DownloadProgress> listener) {
         // TODO listener登録
         super(listener);
         this.videoId = videoId;