Class Timer.TimedTask

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Timer

    private final class Timer.TimedTask
    extends java.lang.Object
    implements java.io.Serializable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int count  
      private long interval  
      private java.lang.Object task  
      private long time  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private TimedTask​(java.lang.Object task, long interval, int count)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private void drop()  
      • Methods inherited from class java.lang.Object

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

      • task

        private final java.lang.Object task
      • interval

        private final long interval
      • count

        private int count
      • time

        private long time
    • Constructor Detail

      • TimedTask

        private TimedTask​(java.lang.Object task,
                          long interval,
                          int count)
    • Method Detail

      • drop

        private void drop()