websphinx
Class WormTimer

java.lang.Object
  |
  +--websphinx.util.Timer
        |
        +--websphinx.WormTimer

class WormTimer
extends Timer


Field Summary
(package private)  Worm worm
           
 
Fields inherited from class websphinx.util.Timer
deadline, interval, isExpired, manager, next, periodic, prev
 
Constructor Summary
WormTimer(Worm worm)
           
 
Method Summary
protected  void alarm()
           
 
Methods inherited from class websphinx.util.Timer
cancel, expired, getInterval, getPeriodic, set
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

worm

Worm worm
Constructor Detail

WormTimer

public WormTimer(Worm worm)
Method Detail

alarm

protected void alarm()
Overrides:
alarm in class Timer