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.
目前正在开发一个包含多个选项卡式对话的应用程序。当对话超时时,我想关闭与该对话关联的选项卡。
有没有办法监听对话超时,还是我只需要继续轮询并检查对话是否超时?
将 Destroy 注释用于您想知道对话超时或结束的转换范围 bean 方法。
@Destroy @Remove public void destroy() { //Close tabs }