RiverRat - An MIT iCampus project | http://web.mit.edu/riverrat/ |
Inheritance diagram for riverrat.LiveRace:
Public Member Functions | |
long | getElapsedTime () |
Returns the elapsed time in the Race, in System.time format. | |
Package Functions | |
LiveRace () | |
Default constructor, calls super(). | |
LiveRace (String host, int port) | |
Constructor, calls super(host, port). |
Definition at line 6 of file LiveRace.java.
|
Returns the elapsed time in the Race, in System.time format.
Definition at line 22 of file LiveRace.java. |