Package | Description |
---|---|
wcg.main |
Classes for managing the web card game service.
|
wcg.shared.events |
Events used to send information to players.
|
Modifier and Type | Method and Description |
---|---|
(package private) java.util.List<GameEvent> |
User.getRecentEvents()
A list of pending events received by this user.
|
java.util.List<GameEvent> |
Manager.getRecentEvents(java.lang.String nick,
java.lang.String password)
Get a list of recent events sent to the given user by game instances.
|
Modifier and Type | Class and Description |
---|---|
class |
GameEndEvent
An event reporting the end of the game and its final status.
|
class |
RoundConclusionEvent
An event to report the conclusion of a round.
|
class |
RoundUpdateEvent
An event to report changes to the current status of a game.
|
class |
SendCardsEvent
An event to send cards to players.
|