Module FXDialogs

Interface SplashScreenCallBack


public interface SplashScreenCallBack
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    the method is called when the SplashScreen timer is finished
    void
    the method is called when the SplashScreen shown
  • Method Details

    • onStarted

      void onStarted()
      the method is called when the SplashScreen shown
    • onFinished

      void onFinished()
      the method is called when the SplashScreen timer is finished