Trull

edu.luc.cs.trull.demo.stopwatch
Class Application

java.lang.Object
  extended by edu.luc.cs.trull.demo.stopwatch.Application
All Implemented Interfaces:
DateConstants

public class Application
extends java.lang.Object
implements DateConstants

The passive data model of the stopwatch.


Field Summary
private  int secVal
           
 
Fields inherited from interface edu.luc.cs.trull.demo.wristwatch.DateConstants
HOURS_PER_DAY, MIN_PER_HOUR, MONTHS_PER_YEAR, SEC_PER_DAY, SEC_PER_HOUR, SEC_PER_MIN, SEC_PER_TICK
 
Constructor Summary
Application()
           
 
Method Summary
 int getRuntime()
           
 void incRuntime()
           
 void resetRuntime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

secVal

private int secVal
Constructor Detail

Application

public Application()
Method Detail

getRuntime

public int getRuntime()

incRuntime

public void incRuntime()

resetRuntime

public void resetRuntime()

Trull

http://www.cs.luc.edu/trull/