org.yasl.arch.splash
Interface YASLSplash

All Superinterfaces:
YASLAppLoadingListener
All Known Implementing Classes:
YASLSplashImpl

public interface YASLSplash
extends YASLAppLoadingListener

Version:
1.0
Author:
Jeff Chapman

Method Summary
 void putUpSplash()
           
 void setDuration(int duration)
           
 void setSplashScreenSize(Dimension size)
           
 void takeDownSplash()
           
 
Methods inherited from interface org.yasl.arch.splash.YASLAppLoadingListener
handleAppLoadingEvent
 

Method Detail

setSplashScreenSize

public void setSplashScreenSize(Dimension size)

setDuration

public void setDuration(int duration)

putUpSplash

public void putUpSplash()

takeDownSplash

public void takeDownSplash()