public static class Preloader.StateChangeNotification extends Object implements Preloader.PreloaderNotification
Modifier and Type | Class and Description |
---|---|
static class |
Preloader.StateChangeNotification.Type
Enum that defines the type of change associated with this notification
|
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.
|
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.
|
public StateChangeNotification(Preloader.StateChangeNotification.Type notificationType)
notificationType
- the type of this notification.public StateChangeNotification(Preloader.StateChangeNotification.Type notificationType, Application application)
notificationType
- the type of this notification.application
- the application instance associated with this
notification.public Preloader.StateChangeNotification.Type getType()
public Application getApplication()
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.