Package rea.events
Class GamesUpdateEvent
java.lang.Object
rea.events.GamesUpdateEvent
- All Implemented Interfaces:
UpdateEvent
An event that is sent to the client to update the list of games to play.
- Author:
- José Paulo Leal
jpleal@fc.up.pt
-
Constructor Summary
ConstructorsConstructorDescriptionGamesUpdateEvent
(List<GameInstance> gamesToPlay) Create a games update event with a list of games to play -
Method Summary
Modifier and TypeMethodDescriptionGet the list of games to play
-
Constructor Details
-
GamesUpdateEvent
Create a games update event with a list of games to play- Parameters:
gamesToPlay
- the list of games to play
-
-
Method Details
-
getGamesToPlay
Get the list of games to play- Returns:
- a list of games to play
-