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

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -