at.spardat.xma.boot.comp
Class BRBusyIndicator

java.lang.Object
  extended byat.spardat.xma.boot.comp.BRBusyIndicator

public class BRBusyIndicator
extends java.lang.Object

Shell with a progress bar, shown while downloading the resources of an application.


Constructor Summary
BRBusyIndicator()
          construts the BRBusyIndicator
 
Method Summary
 java.lang.Object open(java.lang.Thread loader)
          shows a message box as long as the thread loader is alive.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BRBusyIndicator

public BRBusyIndicator()
construts the BRBusyIndicator

Method Detail

open

public java.lang.Object open(java.lang.Thread loader)
shows a message box as long as the thread loader is alive.

Parameters:
loader - thread to start
Returns:
null