Interface IGreenhouseSequence
-
- All Known Implementing Classes:
SetupSequence
,SplashScreenSequence
,StartupSequence
public interface IGreenhouseSequence
Common interface for all sequences of greenhouse.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run()
Executes the sequence.
-
-
-
Method Detail
-
run
void run() throws CriticalGreenhouseError
Executes the sequence.- Throws:
CriticalGreenhouseError
- if the sequence face a critical error.
-
-