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.

@FunctionalInterface protected static interface SolaPlatform.SolaPlatformInitialization
SolaPlatformInitialization is a FunctionalInterface defining the contract for finishing initialization of a SolaPlatform.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Call to finalize SolaPlatform initialization and begin running the Sola.
  • Method Details

    • finish

      void finish()
      Call to finalize SolaPlatform initialization and begin running the Sola.