candy.util
Class TranscriptTimer.TranscriptTimerTask

java.lang.Object
  |
  +--java.util.TimerTask
        |
        +--candy.util.TranscriptTimer.TranscriptTimerTask
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
TranscriptTimer

class TranscriptTimer.TranscriptTimerTask
extends java.util.TimerTask

task called by TranscriptTimer


Field Summary
(package private)  java.lang.Integer count
           
(package private)  TranscriptTimer transTimer
           
 
Fields inherited from class java.util.TimerTask
CANCELLED, EXECUTED, lock, nextExecutionTime, period, SCHEDULED, state, VIRGIN
 
Constructor Summary
TranscriptTimer.TranscriptTimerTask(TranscriptTimer bt)
           
 
Method Summary
 void run()
          when this task is run it notifies observers and sends them an integer = current count value (# seconds elapsed)
 
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

transTimer

TranscriptTimer transTimer

count

java.lang.Integer count
Constructor Detail

TranscriptTimer.TranscriptTimerTask

public TranscriptTimer.TranscriptTimerTask(TranscriptTimer bt)
Method Detail

run

public void run()
when this task is run it notifies observers and sends them an integer = current count value (# seconds elapsed)
Overrides:
run in class java.util.TimerTask