vcr.components
Class Clock

java.lang.Object
  |
  +--java.util.TimerTask
        |
        +--vcr.components.Clock
All Implemented Interfaces:
java.lang.Runnable

public class Clock
extends java.util.TimerTask


Field Summary
static int SIMULATED_MINUTE_IN_MILLISECONDS
           
 
Constructor Summary
Clock(Manager vcr)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIMULATED_MINUTE_IN_MILLISECONDS

public static int SIMULATED_MINUTE_IN_MILLISECONDS
Constructor Detail

Clock

public Clock(Manager vcr)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Specified by:
run in class java.util.TimerTask


Copyright © 2002 University of Ottawa. All Rights Reserved.