Uses of Class
dk.itu.smds.torusman.Scores

Uses of Scores in dk.itu.smds.torusman
 

Fields in dk.itu.smds.torusman declared as Scores
 Scores LocalMan.scores
          A table mapping a teamID to current score.
 

Methods in dk.itu.smds.torusman that return Scores
 Scores Torus.addPoints(byte manId, byte teamId, int points)
          Add points to team score.
 Scores LocalTorus.addPoints(byte manId, byte teamId, int points)
           
 Scores DistTorus.addPoints(byte manId, byte teamId, int points)
          Adds the points to the local man and then sends it to the server.
 

Methods in dk.itu.smds.torusman with parameters of type Scores
 void Man.updatePoints(Scores scores)
          Callback handle to be invoked when scores have been updated.
 void LocalMan.updatePoints(Scores scores)
          (non-Javadoc)