Module technology.sola.engine
Package technology.sola.engine.core
Interface SolaPlatform.SolaPlatformInitialization
- Enclosing class:
- SolaPlatform
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
SolaPlatformInitialization is a
FunctionalInterface defining the contract for finishing initialization
of a SolaPlatform.-
Method Summary
Modifier and TypeMethodDescriptionvoidfinish()Call to finalizeSolaPlatforminitialization and begin running theSola.
-
Method Details
-
finish
void finish()Call to finalizeSolaPlatforminitialization and begin running theSola.
-