Class Timer.Loop

  • Enclosing class:
    Timer

    public abstract static class Timer.Loop
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Loop()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      void init​(java.lang.Object... params)  
      abstract void time​(int repeat)  
      • Methods inherited from class java.lang.Object

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

      • Loop

        public Loop()
    • Method Detail

      • init

        public void init​(java.lang.Object... params)
      • time

        public abstract void time​(int repeat)