public static class Preloader.StateChangeNotification extends java.lang.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
|
| Modifier and Type | Field and Description |
|---|---|
private Application |
application |
private Preloader.StateChangeNotification.Type |
notificationType |
| 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.
|
private final Preloader.StateChangeNotification.Type notificationType
private final Application application
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()