All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class websphinx.util.Timer

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

public class Timer
extends Object

Constructor Index

 o Timer()

Method Index

 o alarm()
 o cancel()
 o expired()
 o getInterval()
 o getPeriodic()
 o set(int, boolean)

Constructors

 o Timer
 public Timer()

Methods

 o set
 public void set(int msecDelay,
                 boolean periodic)
 o getInterval
 public int getInterval()
 o getPeriodic
 public boolean getPeriodic()
 o cancel
 public void cancel()
 o alarm
 protected void alarm()
 o expired
 public boolean expired()

All Packages  Class Hierarchy  This Package  Previous  Next  Index