public interface SubSystem
Modifier and Type | Method and Description |
---|---|
void |
disable()
Performs disable actions for the subsystem
|
void |
enable()
Performs enable actions for the subsystem.
|
void enable() throws EnableException
EnableException
- If an error occurred during enable and it is fatal to the subsystem.void disable()