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