Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 GWT + MVP4G,在我的应用程序中,我想让我的应用程序等待来自 mvp4g 视图的特定时间量。我试过定时器,但它不起作用。如果有人知道,请建议我一些解决方案......在此先感谢......
您也可以尝试 GWT 中的调度程序,但 GWT 计时器似乎更合适。
Scheduler.get().scheduleFixedDelay(yourCommand, msToWait);