public class Progress extends Object
| Modifier and Type | Field and Description |
|---|---|
static Progress |
END |
static Progress |
START |
public Progress(int progress)
progress - in [0,100]IllegalArgumentException - if progress is out of boundspublic Progress(int progress,
String message)
progress - in [0,100]message - the progress message.IllegalArgumentException - if progress is out of boundsCopyright © 2013. All Rights Reserved.