Interface Restarter
- All Known Implementing Classes:
ApplicationRestarter,LauncherRestarter
public interface Restarter
Handles restarting the application.
- Author:
- Grégory Van den Borre
-
Method Summary
-
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.
-