Package editor

Class EditorHost.TimerPool

  • Enclosing class:
    EditorHost

    private static class EditorHost.TimerPool
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.List<java.lang.Object> _activeTimers  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private TimerPool()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) javax.swing.Timer requestTimer​(int millis, java.awt.event.ActionListener action)  
      (package private) void waitForAllTimersToFinish()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • _activeTimers

        java.util.List<java.lang.Object> _activeTimers
    • Constructor Detail

      • TimerPool

        private TimerPool()
    • Method Detail

      • requestTimer

        javax.swing.Timer requestTimer​(int millis,
                                       java.awt.event.ActionListener action)
      • waitForAllTimersToFinish

        void waitForAllTimersToFinish()