Package | Description |
---|---|
wcg.games |
Classes common to all card games.
|
wcg.main |
Classes for managing the web card game service.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ObservableGame.broadcast(GameEndEvent event)
Broadcast given
GameEndEvent to all registered observers. |
void |
GameObserver.notify(GameEndEvent event)
Notify the observer that the game has ended.
|
void |
GameBot.notify(GameEndEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
User.notify(GameEndEvent event) |