|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.util.Observable
|
+--candy.util.TranscriptTimer
Timer for Transcript playback
| Inner Class Summary | |
(package private) class |
TranscriptTimer.TranscriptTimerTask
task called by TranscriptTimer |
| Field Summary | |
(package private) java.util.Timer |
_timer
the timer |
(package private) int |
seconds
number of seconds timer should delay before generating event |
| Constructor Summary | |
TranscriptTimer(int secs)
constructs timer |
|
| Method Summary | |
void |
cancel()
stops timer |
boolean |
isActive()
|
void |
start()
starts timer |
| Methods inherited from class java.util.Observable |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
java.util.Timer _timer
int seconds
| Constructor Detail |
public TranscriptTimer(int secs)
secs - number of seconds timer should delay before generating event| Method Detail |
public void start()
public void cancel()
public boolean isActive()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||