org.springframework.richclient.application.splash
Interface SplashScreen

All Known Subinterfaces:
MonitoringSplashScreen
All Known Implementing Classes:
AbstractSplashScreen, MacOSXSplashScreen, MustangSplashScreen, ProgressSplashScreen, SimpleSplashScreen, SplashScreen

public interface SplashScreen

A SplashScreen is shown to the user during application startup.

Author:
Peter De Bruycker

Method Summary
 void dispose()
          Disposes this SplashScreen, freeing any system resources that it may be using.
 void splash()
          Shows this SplashScreen.
 

Method Detail

splash

void splash()
Shows this SplashScreen.


dispose

void dispose()
Disposes this SplashScreen, freeing any system resources that it may be using.



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