Class DefaultWelcomeService

    • Constructor Detail

      • DefaultWelcomeService

        public DefaultWelcomeService()
    • Method Detail

      • isFirstRun

        public boolean isFirstRun()
        Description copied from interface: WelcomeService
        Returns true iff this version of the running SJC application has not run before.
        Specified by:
        isFirstRun in interface WelcomeService
      • setFirstRun

        public void setFirstRun​(boolean firstRun)
        Description copied from interface: WelcomeService
        Sets a preference recording whether this version of the dominant SJC application has run.
        Specified by:
        setFirstRun in interface WelcomeService
      • onEvent

        protected void onEvent​(UIShownEvent evt)
        Displays the welcome text when a UI is shown for the first time.