Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

system clock

Status
Not open for further replies.

nisha23

Programmer
Sep 23, 2003
19
US
How can I trap that my system clock is changed. I don't want to attach this operation with any button.

The actual problem is
-------------------------
My java application timer gets stopeed as System Clock is changed to backwards and if system clock is set back to normal, the system comes back.

This is how I have set it
new Timer(action, delay)
--------------------------------

This is an old problem, I am thinking to reset timer.
Please suggest.

 
I am sorry, I didn't get your answer that don't reset the timer.
My application is already silent and timer is not running, when the system clock is changed to backwards. I have to make my application active that is why I thought to reset timer.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top