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