Package org.correomqtt
Class CorreoPreloader
- java.lang.Object
-
- javafx.application.Application
-
- javafx.application.Preloader
-
- org.correomqtt.CorreoPreloader
-
- All Implemented Interfaces:
BaseObserver,PreloadingObserver
public class CorreoPreloader extends javafx.application.Preloader implements PreloadingObserver
-
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description CorreoPreloader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleStateChangeNotification(javafx.application.Preloader.StateChangeNotification stateChangeNotification)voidinit()voidonProgress(Double progress, String message)voidstart(javafx.stage.Stage primaryStage)-
Methods inherited from class javafx.application.Preloader
handleApplicationNotification, handleErrorNotification, handleProgressNotification
-
-
-
-
Method Detail
-
init
public void init() throws IOException- Overrides:
initin classjavafx.application.Application- Throws:
IOException
-
start
public void start(javafx.stage.Stage primaryStage) throws Exception- Specified by:
startin classjavafx.application.Application- Throws:
Exception
-
handleStateChangeNotification
public void handleStateChangeNotification(javafx.application.Preloader.StateChangeNotification stateChangeNotification)
- Overrides:
handleStateChangeNotificationin classjavafx.application.Preloader
-
onProgress
public void onProgress(Double progress, String message)
- Specified by:
onProgressin interfacePreloadingObserver
-
-