java: addScheduledJobAfterDelay() - can I force a scheduled job to start ?

Posted by ufk on Stack Overflow See other posts from Stack Overflow or by ufk
Published on 2010-05-05T14:24:09Z Indexed on 2010/05/05 14:28 UTC
Read the original article Hit count: 279

Filed under:
|

Hiya. I'm making a poker game, and on the betting stage i created a scheduledjob that will run every 8 seconds, on each 8 seconds it forwards to the next player to place a bet. now if the user placed a bet before the 8 seconds are over, i want to manually force the next scheduled job to start.

Is there a way to force the scheduled job to start immediately when required ?

thanks

© Stack Overflow or respective owner

Related posts about ischedulingservice

Related posts about java