com.asdf.server
Class Statistics

java.lang.Object
  extended by com.asdf.server.Statistics

public class Statistics
extends java.lang.Object

dummy class for now. Should hide our statistics handling from future developers.


Constructor Summary
Statistics()
           
 
Method Summary
 void addScore(java.lang.String scoreName, int score)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Statistics

public Statistics()
Method Detail

addScore

public void addScore(java.lang.String scoreName,
                     int score)