org.springframework.richclient.application.splash
Interface MonitoringSplashScreen

All Superinterfaces:
SplashScreen
All Known Implementing Classes:
MacOSXSplashScreen, ProgressSplashScreen

public interface MonitoringSplashScreen
extends SplashScreen

A MonitoringSplashScreen can be used to provide feedback of the application startup phase

Since:
0.3
Author:
Mathias Broekelmann

Method Summary
 ProgressMonitor getProgressMonitor()
          Returns this SplashScreen's ProgressMonitor.
 
Methods inherited from interface org.springframework.richclient.application.splash.SplashScreen
dispose, splash
 

Method Detail

getProgressMonitor

ProgressMonitor getProgressMonitor()
Returns this SplashScreen's ProgressMonitor. Implementors wishing to show the progress to the user should return a ProgressMonitor that updates the user interface.

Returns:
the ProgressMonitor, not null.


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.