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()
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 2008, 2019, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.