public class MapachoPreloader
extends javafx.application.Preloader
| Constructor and Description |
|---|
MapachoPreloader() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleApplicationNotification(javafx.application.Preloader.PreloaderNotification info) |
boolean |
handleErrorNotification(javafx.application.Preloader.ErrorNotification info) |
void |
handleProgressNotification(javafx.application.Preloader.ProgressNotification info) |
void |
handleStateChangeNotification(javafx.application.Preloader.StateChangeNotification info) |
void |
init() |
void |
start(javafx.stage.Stage stage) |
public void init()
throws java.lang.Exception
init in class javafx.application.Applicationjava.lang.Exceptionpublic void start(javafx.stage.Stage stage)
throws java.lang.Exception
start in class javafx.application.Applicationjava.lang.Exceptionpublic boolean handleErrorNotification(javafx.application.Preloader.ErrorNotification info)
handleErrorNotification in class javafx.application.Preloaderpublic void handleApplicationNotification(javafx.application.Preloader.PreloaderNotification info)
handleApplicationNotification in class javafx.application.Preloaderpublic void handleStateChangeNotification(javafx.application.Preloader.StateChangeNotification info)
handleStateChangeNotification in class javafx.application.Preloaderpublic void handleProgressNotification(javafx.application.Preloader.ProgressNotification info)
handleProgressNotification in class javafx.application.PreloaderCopyright © 2019 Anahata. All Rights Reserved.