nl.tudelft.goal.ut2004.visualizer.data
Class GameData
java.lang.Object
nl.tudelft.goal.ut2004.visualizer.data.AbstractData
nl.tudelft.goal.ut2004.visualizer.data.GameData
public class GameData
- extends AbstractData
Class that keeps track of the players that are currently in the server.
- Author:
- Lennard de Rijk, M.P. Korstanje
Constructor Summary |
GameData()
Most rescent message containing info about the player team's score. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GameData
public GameData()
- Most rescent message containing info about the player team's score.
serverChanged
public void serverChanged(IUT2004Server server)
- Description copied from class:
AbstractData
- Called when ever the server is updated.
- Specified by:
serverChanged
in class AbstractData
- Parameters:
server
- the new server or null if the connection was lost.
getAvailableMaps
public cz.cuni.amis.utils.collections.ObservableCollection<MapList> getAvailableMaps()
getPlayers
public cz.cuni.amis.utils.collections.ObservableCollection<Player> getPlayers()
getWaypoints
public cz.cuni.amis.utils.collections.ObservableCollection<Waypoint> getWaypoints()
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.