Interface MovementStateResolver

All Known Implementing Classes:
DefaultMovementStateResolver

public interface MovementStateResolver
A MovementStateResolver requires to resolve the basic states of a Movement
Author:
Heiko Scherrer
  • Method Details

    • getNewState

      DefaultMovementState getNewState()
      Get the state when a Movement is created.
      Returns:
      The state
    • getCompletedState

      DefaultMovementState getCompletedState()
      Get the state when a Movement is completely done.
      Returns:
      The state