Ignore:
Timestamp:
04/13/07 19:28:10 (5 years ago)
Author:
jlee
Message:

New ProgressDialog?; new directory handling; DnD still needs to be fixed now; other job types still need work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/thestaticvoid/iriverter/ProgressDialogInfo.java

    r157 r158  
    2323 
    2424public interface ProgressDialogInfo { 
    25         public void complete(boolean success); 
    2625        public void setCurrentJob(int currentJob); 
    2726        public void setTotalJobs(int totalJobs); 
    28         public void setInputVideo(String inputVideo); 
    29         public void setOutputVideo(String outputVideo); 
     27        public void setJobDescription(String jobDescription); 
    3028        public void setPercentComplete(int percentComplete); 
    31         public void setStatus(String status); 
    32         public String getStatus(); 
     29        public void setSubdescription(String subdescription); 
     30        public void setMiscellaneous1(String miscellaneous1); 
     31        public void setMiscellaneous2(String miscellaneous2); 
    3332} 
Note: See TracChangeset for help on using the changeset viewer.