public interface GameObserver
jpleal@fc.up.pt
Modifier and Type | Method and Description |
---|---|
void |
notify(GameEndEvent event)
Notify the observer that the game has ended.
|
void |
notify(RoundConclusionEvent event)
Notify the observer of the round conclusion.
|
void |
notify(RoundUpdateEvent event)
Notify the observer of updates in a round.
|
void |
notify(SendCardsEvent event)
Notify the observer and send her/him/it a list of cards.
|
void notify(SendCardsEvent event)
event
- to send.void notify(RoundUpdateEvent event)
event
- to send.void notify(RoundConclusionEvent event)
event
- to send.void notify(GameEndEvent event)
event
- to send.