net.sf.genuine.organizer.internal
Interface ProgressTracker

All Known Implementing Classes:
SplashScreen

public interface ProgressTracker

A progress tracker is an interface for a progress bar that shows the progress of initializing an application. The standard implementation is a splash screen.

Author:
Tim Wellhausen

Method Summary
 void setCurrentValue(int current)
          Sets the current value that has to be in between 0 and max value.
 void setMaxValue(int max)
          Sets the maximum value that equals 100%.
 

Method Detail

setMaxValue

public void setMaxValue(int max)
Sets the maximum value that equals 100%.


setCurrentValue

public void setCurrentValue(int current)
Sets the current value that has to be in between 0 and max value.