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, showStatus
public 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 StatusShowerWithMemory
showStatusPreservingCurrent
in class EmptyStatusShower