Is there any event handler that can detect the change in System date, in java? -


change in date both manually , automatically (i.e when clock hits 12 am) should detected. don't want use kind of scheduler delays tasks in interval because program may not remain opened @ 12 am. , want avoid, as possible, thought of running constant check of time in background (using thread runnable).


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -