/[libvob]/libvob/org/nongnu/libvob/gl/MipzipLoader.java
ViewVC logotype

Diff of /libvob/org/nongnu/libvob/gl/MipzipLoader.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by tjl, Mon Jun 16 16:16:30 2003 UTC revision 1.4 by tjl, Thu Jun 26 08:51:47 2003 UTC
# Line 282  public class MipzipLoader { Line 282  public class MipzipLoader {
282          }          }
283      }      }
284    
285        /** Get the currently loaded level.
286         * For informational or waiting purposes only --- the value often changes
287         * asynchronously.
288         */
289        public int getCurrentLevel() {
290            return currentBaseLevel;
291        }
292    
293      private Runnable r_runBg = new Runnable() {      private Runnable r_runBg = new Runnable() {
294          public void run() {          public void run() {
295              runBg();              runBg();

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26