home *** CD-ROM | disk | FTP | other *** search
- package com.ibm.ivb.jface.parts;
-
- class TaskIndicator$WaitThread extends Thread {
- // $FF: synthetic field
- private final TaskIndicator this$0;
-
- public synchronized void run() {
- try {
- while(true) {
- Thread.sleep((long)this.this$0.td);
- this.this$0.repaint();
- }
- } catch (InterruptedException var1) {
- }
- }
-
- TaskIndicator$WaitThread(TaskIndicator var1) {
- this.this$0 = var1;
- this.this$0 = var1;
- }
- }
-