Interface SplashScreenProvider
public interface SplashScreenProvider
Provides implementations of splash screens.
- Author:
- Grégory Van den Borre
-
Method Summary
Modifier and TypeMethodDescriptionbuildSplashScreen(Properties properties) Builds a splash screen implementation using the given properties.
-
Method Details
-
buildSplashScreen
Builds a splash screen implementation using the given properties.- Parameters:
properties- the configuration properties- Returns:
- the splash screen implementation
-