All Known Implementing Classes:
ApplicationRestarter, LauncherRestarter

public interface Restarter
Handles restarting the application.
Author:
Grégory Van den Borre
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Restarts the application process immediately.
    void
    restart(long msBeforeRestart)
    Restarts the application process after a delay.
  • Method Details

    • restart

      void restart()
      Restarts the application process immediately.
    • restart

      void restart(long msBeforeRestart)
      Restarts the application process after a delay.
      Parameters:
      msBeforeRestart - Delay before restarting in ms.