Interface Disableable
-
public interface Disableable
A system which can be disabled
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
disable()
Disable the system
-
public interface Disableable
Modifier and Type | Method | Description |
---|---|---|
void |
disable() |
Disable the system
|