Interface SwitchableArtifact
public interface SwitchableArtifact
Interface that models a switchable artifact, that is an artifacts that offers method to turn it on and off.
-
Method Summary
-
Method Details
-
turnOn
void turnOn()Turn the artifact on. -
turnOff
void turnOff()Turn the artifact off.
-