Class Statistics

java.lang.Object
   |
   +----Statistics

public abstract class Statistics
extends Object
Superclass definition for a statistics object.

Version:
$Revision: 1.2 $, $Date: 2000/10/12 14:07:59 $
Author:
John Cavanaugh

Variable Index

 o time
The time of the update.

Constructor Index

 o Statistics(long)
Constructs a statistics object.

Method Index

 o getTime()
Gets the time of the update.

Variables

 o time
 private long time
The time of the update.

Constructors

 o Statistics
 public Statistics(long time)
Constructs a statistics object.

Parameters:
time - The time the update took place.

Methods

 o getTime
 public long getTime()
Gets the time of the update.

Returns:
the time the update took place.