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 |
---|---|
void |
GameObserver.notify(SendCardsEvent event)
Notify the observer and send her/him/it a list of cards.
|
void |
GameBot.notify(SendCardsEvent event) |
protected void |
ObservableGame.notify(java.lang.String nick,
SendCardsEvent event)
Notify a single observer with a send
SendCardsEvent . |
Modifier and Type | Method and Description |
---|---|
void |
User.notify(SendCardsEvent event) |