Uses of Interface
javafx.application.Preloader.PreloaderNotification
-
Packages that use Preloader.PreloaderNotification Package Description javafx.application Provides the application life-cycle classes. -
-
Uses of Preloader.PreloaderNotification in javafx.application
Classes in javafx.application that implement Preloader.PreloaderNotification Modifier and Type Class Description static class
Preloader.ErrorNotification
Preloader notification that reports an error.static class
Preloader.ProgressNotification
Preloader notification that reports progress.static class
Preloader.StateChangeNotification
A notification that signals a change in the application state.Methods in javafx.application with parameters of type Preloader.PreloaderNotification Modifier and Type Method Description void
Preloader. handleApplicationNotification(Preloader.PreloaderNotification info)
Indicates an application-generated notification.void
Application. notifyPreloader(Preloader.PreloaderNotification info)
Notifies the preloader with an application-generated notification.
-