public class StatusContainer extends Object
Constructor and Description |
---|
StatusContainer() |
StatusContainer(int numSteps) |
Modifier and Type | Method and Description |
---|---|
boolean |
getBlocked() |
String |
getMessageKey() |
int |
getNumSteps() |
int |
getStep() |
int |
incrementStep() |
boolean |
isCancelled() |
boolean |
isDone() |
boolean |
isMajor() |
void |
seen() |
void |
setBlocked(boolean blocked) |
void |
setCancelled() |
void |
setDone() |
void |
setStatus(String key) |
public StatusContainer()
public StatusContainer(int numSteps)
public void setStatus(String key)
public int incrementStep()
public int getStep()
public int getNumSteps()
public String getMessageKey()
public void setCancelled()
public boolean isCancelled()
public boolean isDone()
public void setDone()
public void seen()
public boolean isMajor()
public void setBlocked(boolean blocked)
public boolean getBlocked()
Copyright © 2010–2017 Planetary Data System. All rights reserved.