-
- All Implemented Interfaces:
-
org.occurrent.example.domain.rps.model.GameEvent
public final class RoundEnded implements GameEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final GameIdgameprivate final Timestamptimestampprivate final RoundNumberroundNumber
-
Constructor Summary
Constructors Constructor Description RoundEnded(GameId game, Timestamp timestamp, RoundNumber roundNumber)
-
Method Summary
Modifier and Type Method Description GameIdgetGame()TimestampgetTimestamp()final RoundNumbergetRoundNumber()-
-
Constructor Detail
-
RoundEnded
RoundEnded(GameId game, Timestamp timestamp, RoundNumber roundNumber)
-
-
Method Detail
-
getTimestamp
Timestamp getTimestamp()
-
getRoundNumber
final RoundNumber getRoundNumber()
-
-
-
-