forked from External/mage
* Client - Added number of active games to the header of the games column of the user list.
This commit is contained in:
parent
30ea2188bf
commit
aad1a2da89
11 changed files with 100 additions and 30 deletions
|
|
@ -35,6 +35,7 @@ import mage.view.UserView;
|
|||
import java.util.Collection;
|
||||
import java.util.List;
|
||||
import java.util.UUID;
|
||||
import mage.view.RoomUsersView;
|
||||
import mage.view.UsersView;
|
||||
|
||||
/**
|
||||
|
|
@ -46,8 +47,8 @@ public interface ServerState {
|
|||
|
||||
List<UserView> getUsers();
|
||||
|
||||
Collection<UsersView> getConnectedPlayers(UUID roomId) throws MageRemoteException;
|
||||
|
||||
Collection<RoomUsersView> getRoomUsers (UUID roomId) throws MageRemoteException;
|
||||
|
||||
List<String> getServerMessages();
|
||||
|
||||
Collection<TableView> getTables(UUID roomId) throws MageRemoteException;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue