/[libvob]/libvob/org/nongnu/libvob/AbstractUpdateManager.java
ViewVC logotype

Diff of /libvob/org/nongnu/libvob/AbstractUpdateManager.java

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

revision 1.3 by benja, Mon Mar 17 09:55:26 2003 UTC revision 1.4 by tjl, Wed Apr 9 14:09:25 2003 UTC
# Line 220  public static final String rcsid = "$Id$ Line 220  public static final String rcsid = "$Id$
220          if(restartUpd) return;          if(restartUpd) return;
221          if(dbg) pa("UPDMANAGER CHG - NORESTARTUPD");          if(dbg) pa("UPDMANAGER CHG - NORESTARTUPD");
222          synchronized(ordering) {          synchronized(ordering) {
223                if(dbg) pa("UPDMANAGER CHG - IN SYNCHRONIZED");
224              restartUpd = true;              restartUpd = true;
225              ordering.notifyAll();              ordering.notifyAll();
226                if(dbg) pa("UPDMANAGER CHG - NOTIFIED");
227              interruptEventloop();              interruptEventloop();
228          }          }
229                    
# Line 361  public static final String rcsid = "$Id$ Line 363  public static final String rcsid = "$Id$
363          instance.interruptEventloop();          instance.interruptEventloop();
364      }      }
365    
366      protected void interruptEventloop() { }      abstract protected void interruptEventloop() ;
367    
368      /** Do the background tasks that need to be done in      /** Do the background tasks that need to be done in
369       * the main thread.       * the main thread.

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