home *** CD-ROM | disk | FTP | other *** search
/ Borland JBuilder 6 / jbuilder6.iso / IBM VisualAge for Java Enterprise v4.0 Retail / ivj40 / setup / IDE.Cab / F77146_TaskIndicatorWaitThread.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-04-25  |  745 b   |  22 lines

  1. package com.ibm.ivb.jface.parts;
  2.  
  3. class TaskIndicator$WaitThread extends Thread {
  4.    // $FF: synthetic field
  5.    private final TaskIndicator this$0;
  6.  
  7.    public synchronized void run() {
  8.       try {
  9.          while(true) {
  10.             Thread.sleep((long)this.this$0.td);
  11.             this.this$0.repaint();
  12.          }
  13.       } catch (InterruptedException var1) {
  14.       }
  15.    }
  16.  
  17.    TaskIndicator$WaitThread(TaskIndicator var1) {
  18.       this.this$0 = var1;
  19.       this.this$0 = var1;
  20.    }
  21. }
  22.