public class RestoringStatusShower extends EmptyStatusShower
| Constructor and Description |
|---|
RestoringStatusShower() |
RestoringStatusShower(StatusShowerWithMemory parent) |
| Modifier and Type | Method and Description |
|---|---|
StatusShowerWithMemory |
getParent() |
void |
setParent(StatusShowerWithMemory value) |
void |
showStatus(java.lang.String s) |
void |
showStatusPreservingCurrent(java.lang.String s) |
getStatuspublic RestoringStatusShower()
public RestoringStatusShower(StatusShowerWithMemory parent)
public void setParent(StatusShowerWithMemory value)
public StatusShowerWithMemory getParent()
public void showStatus(java.lang.String s)
showStatus in interface StatusShowershowStatus in class EmptyStatusShowerpublic void showStatusPreservingCurrent(java.lang.String s)
showStatusPreservingCurrent in interface StatusShowerWithMemoryshowStatusPreservingCurrent in class EmptyStatusShower