Class Preloader.StateChangeNotification

java.lang.Object
javafx.application.Preloader.StateChangeNotification
All Implemented Interfaces:
Preloader.PreloaderNotification
Enclosing class:
Preloader

public static class Preloader.StateChangeNotification extends Object implements Preloader.PreloaderNotification
A notification that signals a change in the application state. A state change notification is sent to a preloader immediately prior to loading the application class (and constructing an instance), calling the application init method, or calling the application start method.
Since:
JavaFX 2.0