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.
我正在寻找一种在 Java SE 1.7 中实现计时器事件的方法,我不想使用 Swing 计时器,因为我计划将此应用程序移植到 Android。
背景
我正在编写一个 LoginSession 类,它应该在会话超时时生成一个事件 - 然后这个事件应该由 SessionManager 类处理。
我认为这是一个足够普遍的要求——我希望有一个简单的内置支持,但我似乎找不到它。
有简单的内置支持。使用Timer.schedule()。