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
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CorreoPreloader() -
Method Summary
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
-
Constructor Details
-
CorreoPreloader
public CorreoPreloader()
-
-
Method Details
-
init
- Overrides:
initin classjavafx.application.Application- Throws:
IOException
-
start
- Specified by:
startin classjavafx.application.Application- Throws:
Exception
-
handleStateChangeNotification
public void handleStateChangeNotification(javafx.application.Preloader.StateChangeNotification stateChangeNotification)- Overrides:
handleStateChangeNotificationin classjavafx.application.Preloader
-
onProgress
- Specified by:
onProgressin interfacePreloadingObserver
-