public class BgTaskData extends Object
A data class that stores all information required by the background task.
An instance of this class acts as the form bean for the dialog form that defines the background task.
Constructor and Description |
---|
BgTaskData() |
Modifier and Type | Method and Description |
---|---|
int |
getDuration() |
boolean |
isVisual() |
void |
setDuration(int duration) |
void |
setVisual(boolean visual) |
Copyright © 2016 The JGUIraffe Team. All Rights Reserved.