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 classPreloader.ErrorNotification报告错误的预加载程序通知。static classPreloader.ProgressNotification报告进度的预加载程序通知。static classPreloader.StateChangeNotification发出申明状态更改的通知。Methods in javafx.application with parameters of type Preloader.PreloaderNotification Modifier and Type 方法 描述 voidPreloader. handleApplicationNotification(Preloader.PreloaderNotification info)表示应用程序生成的通知。voidApplication. notifyPreloader(Preloader.PreloaderNotification info)通过应用程序生成的通知通知预加载器。
-