OSDN Git Service

不要メソッド整理
[coroid/inqubus.git] / frontend / src / saccubus / worker / impl / download / DownloadStatus.java
1 package saccubus.worker.impl.download;
2
3 /**
4  *
5  * @author yuki
6  */
7 public enum DownloadStatus {
8
9     READY, PROCESS, DONE, CANCELLED, ERROR;
10 }