Uses of Interface
javafx.application.Preloader.PreloaderNotification
-
Packages that use Preloader.PreloaderNotification 软件包 描述 javafx.application 提供应用程序生命周期类。 -
-
Uses of Preloader.PreloaderNotification in javafx.application
Classes in javafx.application that implement Preloader.PreloaderNotification Modifier and Type Class 描述 static class
Preloader.ErrorNotification
报告错误的预加载程序通知。static class
Preloader.ProgressNotification
报告进度的预加载程序通知。static class
Preloader.StateChangeNotification
发出申明状态更改的通知。Methods in javafx.application with parameters of type Preloader.PreloaderNotification Modifier and Type 方法 描述 void
Preloader. handleApplicationNotification(Preloader.PreloaderNotification info)
表示应用程序生成的通知。void
Application. notifyPreloader(Preloader.PreloaderNotification info)
通过应用程序生成的通知通知预加载器。
-