Uses of Class
com.chess.backend.restController.objects.ExecutedMoveObject
Packages that use ExecutedMoveObject
Package
Description
-
Uses of ExecutedMoveObject in com.chess.backend.restController.controller
Methods in com.chess.backend.restController.controller with parameters of type ExecutedMoveObjectModifier and TypeMethodDescriptionExecutedMoveController.executedMove
(ExecutedMoveObject executedMoveObject) Method that is called on a post request. -
Uses of ExecutedMoveObject in com.chess.backend.restController.service
Methods in com.chess.backend.restController.service with parameters of type ExecutedMoveObjectModifier and TypeMethodDescriptionExecutedMoveService.executedMove
(ExecutedMoveObject executedMoveObject) This method calls theChessGameService
to say which move was executed.