source: osm/applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/IProgress.java

Last change on this file was 29679, checked in by donvip, 12 years ago

[josm_opendata] Add .7z archive read support

File size: 154 bytes
Line 
1package org.j7zip.SevenZip;
2
3public interface IProgress {
4 public int SetTotal(long total);
5 public int SetCompleted(long completeValue);
6}
7
Note: See TracBrowser for help on using the repository browser.