Class Timer.Factory

  • Enclosing class:
    Timer


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

      Constructors 
      Constructor and Description
      Factory(Handler handler) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      Timer create(java.lang.Runnable runnable, int timeout) 
      • Methods inherited from class java.lang.Object

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

      • Factory

        public Factory(Handler handler)
    • Method Detail

      • create

        public Timer create(java.lang.Runnable runnable,
                            int timeout)