com.croftsoft.apps.dodger
Class DodgerData

java.lang.Object
  extended by com.croftsoft.apps.dodger.DodgerData
All Implemented Interfaces:
Serializable

public class DodgerData
extends Object
implements Serializable

Game data such as high score.

Since:
2002-12-22
Version:
2002-12-22
See Also:
Serialized Form
Author:
David Wallace Croft

Field Summary
 long highScore
           
 
Constructor Summary
DodgerData(long highScore)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

highScore

public long highScore
Constructor Detail

DodgerData

public DodgerData(long highScore)

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)