org.occurrent.example.domain.rps.model.GameEvent
public final class GameWon implements GameEvent
private final GameId
game
private final Timestamp
timestamp
private final PlayerId
winner
GameWon(GameId game, Timestamp timestamp, PlayerId winner)
GameId
getGame()
Timestamp
getTimestamp()
final PlayerId
getWinner()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
GameId getGame()
Timestamp getTimestamp()
final PlayerId getWinner()