/[gzz]/gzz/gzz/client/AbstractUpdateManager.java
ViewVC logotype

Diff of /gzz/gzz/client/AbstractUpdateManager.java

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

revision 1.34 by tjl, Fri Jan 24 09:06:27 2003 UTC revision 1.35 by tjl, Mon Jan 27 14:33:19 2003 UTC
# Line 374  public static final String rcsid = "$Id$ Line 374  public static final String rcsid = "$Id$
374          return false;          return false;
375      }      }
376    
377        /** Play the idle tasks one step; return true if something
378         * was done.
379         * Used mainly from tests.
380         */
381        static public boolean tickIdle() {
382            return instance.doIdle();
383        }
384    
385      public void run() {      public void run() {
386          if(initRunnable != null) {          if(initRunnable != null) {
387              initRunnable.run();              initRunnable.run();

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

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