-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
start()
Ensures that thisStage
is up and running.void
stop()
Ensures that thisStage
has been permanently stopped.
-
-
-
Method Detail
-
start
void start()
Ensures that thisStage
is up and running.- Throws:
IllegalStateException
- if thisStage
has been stopped.
-
stop
void stop()
Ensures that thisStage
has been permanently stopped.
-
-