How do I call a method at a particular time?
For example to call the method at 6:00 and 13:00.
I'm working at a desktop application for Windows.
|
How do I call a method at a particular time? For example to call the method at 6:00 and 13:00. I'm working at a desktop application for Windows. |
||||
|
|
|
Have a look at the
|
||||
|
|
|
An alternative to to use Quartz. It's effectively the same as |
|||
|
|
|
Since Java 1.5 there is a preferable way, if you need to be more strict:
There you choose between |
|||
|
|