de.uni_paderborn.fujaba.app
Class FrameMain.DoUpdateStatusBar

java.lang.Object
  extended byde.uni_paderborn.fujaba.app.FrameMain.DoUpdateStatusBar
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
FrameMain

private class FrameMain.DoUpdateStatusBar
extends java.lang.Object
implements java.lang.Runnable

Thread for updating the status bar.

Version:
$Revision: 1.609 $ $Date: 2005/03/04 14:43:26 $
Author:
$Author: cschneid $

Constructor Summary
private FrameMain.DoUpdateStatusBar()
           
 
Method Summary
 void run()
          Main processing method for the DoUpdateStatusBar object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FrameMain.DoUpdateStatusBar

private FrameMain.DoUpdateStatusBar()
Method Detail

run

public void run()
Main processing method for the DoUpdateStatusBar object

Specified by:
run in interface java.lang.Runnable