[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.equinox] Re: Fire Events Periodically ??

Thanks. it works.
- Walter
"Eike Stepper" <stepper@xxxxxxxxxx> wrote in message news:gjlq0s$a4h$1@xxxxxxxxxxxxxxxxxxxx
Walter,

The Timer and TimerTask classes in java.util are also quite interesting.

Cheers
/Eike

----
http://thegordian.blogspot.com



Walter Prabhakar schrieb:
Hi,

my application needs to kick off event at regular intervals ( say daily or weekly ).. is there any way to
do this?


-Walter.