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