public class AppendingStatusShower extends EmptyStatusShower
Constructor and Description |
---|
AppendingStatusShower() |
AppendingStatusShower(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) |
getStatus
public AppendingStatusShower()
public AppendingStatusShower(StatusShowerWithMemory parent)
public void setParent(StatusShowerWithMemory value)
public StatusShowerWithMemory getParent()
public void showStatus(java.lang.String s)
showStatus
in interface StatusShower
showStatus
in class EmptyStatusShower
public void showStatusPreservingCurrent(java.lang.String s)
showStatusPreservingCurrent
in interface StatusShowerWithMemory
showStatusPreservingCurrent
in class EmptyStatusShower