Class ExecutedMoveService
java.lang.Object
com.chess.backend.restController.service.ExecutedMoveService
This class handles the call to say which move was executed.
- Author:
- Hannes Stuetzer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecutedMove
(ExecutedMoveObject executedMoveObject) This method calls theChessGameService
to say which move was executed.
-
Constructor Details
-
ExecutedMoveService
-
-
Method Details
-
executedMove
This method calls theChessGameService
to say which move was executed.- Parameters:
executedMoveObject
- the object that is generated via the API-Call of theExecutedMoveController
.- Returns:
- containing value if the move is valid.
-