[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.equinox] Re: Fire Events Periodically ??
|
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.
With a few lines of code you can do it yourself...
Use a preference value to store the last kick off..
Use a ScheduledExecutorService on start of your Application to schedule
the next kick off...
Christian