public class ProgressState extends StateObservable<ProgressState.Event>
| Modifier and Type | Class and Description |
|---|---|
static class |
ProgressState.Event |
StateObservable.StateUnbindedExeptionSTATE_INVALID, STATE_INVALID_EVENT| Constructor and Description |
|---|
ProgressState() |
| Modifier and Type | Method and Description |
|---|---|
float |
getExportProgress() |
boolean |
isExportRunning() |
void |
notifyExportFinish() |
void |
notifyExportStart() |
void |
setExportProgress(int level,
int stepCount,
int step) |
void |
setPreviewBusy(boolean busy) |
addCallback, describeContents, getStateModel, invalidate, isFrozen, isInvalidateble, notifyChange, notifyPropertyChanged, notifyPropertyChanged, onBind, onBind, removeCallback, writeToParcelpublic void setPreviewBusy(boolean busy)
public void notifyExportStart()
public void notifyExportFinish()
public void setExportProgress(int level,
int stepCount,
int step)
public boolean isExportRunning()
public float getExportProgress()