Spec-Zone.ru › OpenJavaFX 8
javafx.application

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

  • Nested Class Summary

    Nested Classes
    Modifier and Type Class and Description
    static class  Preloader.StateChangeNotification.Type
    Enum that defines the type of change associated with this notification
  • Constructor Summary

    Constructors
    Constructor and Description
    StateChangeNotification(Preloader.StateChangeNotification.Type notificationType)
    Constructs a StateChangeNotification of the specified type.
    StateChangeNotification(Preloader.StateChangeNotification.Type notificationType, Application application)
    Constructs an StateChangeNotification of the specified type for the specified application.
  • Method Summary

    All MethodsInstance MethodsConcrete Methods
    Modifier and Type Method and Description
    Application getApplication()
    Returns the Application instance associated with this notification.
    Preloader.StateChangeNotification.Type getType()
    Returns the type of notification.
    • Methods inherited from class java.lang.Object

      clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Detail

    • StateChangeNotification

      public StateChangeNotification(Preloader.StateChangeNotification.Type notificationType)
      Constructs a StateChangeNotification of the specified type.

      Parameters:

      notificationType - the type of this notification.

    • StateChangeNotification

      public StateChangeNotification(Preloader.StateChangeNotification.Type notificationType,
                                     Application application)
      Constructs an StateChangeNotification of the specified type for the specified application.

      Parameters:

      notificationType - the type of this notification.

  • Method Detail

    • getType

      public Preloader.StateChangeNotification.Type getType()
      Returns the type of notification.

      Returns:

      one of: BEFORE_LOAD, BEFORE_INIT, BEFORE_START

    • getApplication

      public Application getApplication()
      Returns the Application instance associated with this notification. This is null for a BEFORE_LOAD notification and non-null for other notification types.

      Returns:

      the Application instance or null.

© 2008, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from JavaFX API Documentation.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Java, JavaFX and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API