Interface MovementState

All Known Implementing Classes:
DefaultMovementState

public interface MovementState
A MovementState is used to drive and track the execution of Movements and MovementGroups and meant to be extended in projects.
Author:
Heiko Scherrer
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the name of the state.
  • Method Details

    • getName

      String getName()
      Get the name of the state.
      Returns:
      The name of the Movement