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
Post a Comment