public class AILobbyListener extends Object implements LobbyListener
| Constructor and Description |
|---|
AILobbyListener(LobbyManager lobbyManager,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
enteredLobby() |
void |
gameAdded(String game) |
void |
gameRemoved(String game) |
void |
playerCountUpdated(int count) |
void |
playerCountUpdated(String game,
int count) |
void |
setCharacters(Collection<CharacterStats> characters) |
public AILobbyListener(LobbyManager lobbyManager, String name)
public void enteredLobby()
public void gameAdded(String game)
gameAdded in interface LobbyListenerpublic void gameRemoved(String game)
gameRemoved in interface LobbyListenerpublic void playerCountUpdated(int count)
playerCountUpdated in interface LobbyListenerpublic void playerCountUpdated(String game, int count)
playerCountUpdated in interface LobbyListenerpublic void setCharacters(Collection<CharacterStats> characters)
setCharacters in interface LobbyListenerCopyright © 2013. All Rights Reserved.