com.datamessenger.util
Class MilliTimer


java.lang.Object

  |

  +--com.datamessenger.util.MilliTimer


public class MilliTimer
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
MilliTimer(TimerItem item, int delay)
           
 
Method Summary
 int getDelay()
           
 void restart()
           
 void run()
           
 void setDelay(int delay)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MilliTimer


public MilliTimer(TimerItem item,

                  int delay)
Method Detail

run


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

start


public void start()

restart


public void restart()

stop


public void stop()

getDelay


public int getDelay()

setDelay


public void setDelay(int delay)


Comments, suggestions, and bug reports are welcomed and encouraged.
Please refer them to our support page. Thank you.

Copyright © 1999-2001 Produx House, Corp. All rights reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc.