public class StatusShowerThatCanBeDisabled extends EmptyStatusShower
| Constructor and Description |
|---|
StatusShowerThatCanBeDisabled(StatusShower parent) |
StatusShowerThatCanBeDisabled(StatusShower parent,
boolean enabled) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEnabled() |
void |
setEnabled(boolean value) |
void |
showStatusPreservingCurrent(java.lang.String s) |
getStatus, showStatuspublic StatusShowerThatCanBeDisabled(StatusShower parent)
public StatusShowerThatCanBeDisabled(StatusShower parent, boolean enabled)
public void setEnabled(boolean value)
public boolean isEnabled()
public void showStatusPreservingCurrent(java.lang.String s)
showStatusPreservingCurrent in interface StatusShowerWithMemoryshowStatusPreservingCurrent in class EmptyStatusShower