| 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(RoundUpdateEvent event)
Broadcast given
RoundUpdateEvent to all registered observers. |
void |
GameObserver.notify(RoundUpdateEvent event)
Notify the observer of updates in a round.
|
void |
GameBot.notify(RoundUpdateEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
User.notify(RoundUpdateEvent event) |