Interface StateBuilderSteps.SceneStep

All Known Subinterfaces:
StateBuilderSteps.InitialStep
All Known Implementing Classes:
State.Builder
Enclosing class:
StateBuilderSteps

public static interface StateBuilderSteps.SceneStep
  • Method Summary

    Modifier and Type Method Description
    StateBuilderSteps.OnOffStep scene​(java.lang.String scene)
    Scene.
  • Method Details

    • scene

      StateBuilderSteps.OnOffStep scene​(java.lang.String scene)
      Scene.
      Parameters:
      scene - An identifier of a scene to be activated.
      Returns:
      The next step of this state builder