- All Known Implementing Classes:
Lobby
public interface EndGameListener
Listens tor the end of the game
-
Method Summary
Modifier and Type Method Description void
onEndGame(java.lang.String name)
Notifies that the game ended and a winner has been declared
-
Method Details
-
onEndGame
void onEndGame(java.lang.String name)Notifies that the game ended and a winner has been declared- Parameters:
name
- the winner's username
-