public class LoadNotification
extends javafx.application.Preloader.ProgressNotification
Modifier and Type | Class and Description |
---|---|
static class |
LoadNotification.Operation
Enumeration of operation types.
|
Constructor and Description |
---|
LoadNotification(double progress,
LoadNotification.Operation op,
String message)
Create new instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
Returns message.
|
LoadNotification.Operation |
getOperation()
Returns current operation.
|
public LoadNotification(double progress, LoadNotification.Operation op, String message)
progress
- progress value (0.0 - 1.0)op
- operationmessage
- text messagepublic LoadNotification.Operation getOperation()
public String getMessage()
Copyright © 2012-2014 Vektor Software. All Rights Reserved.