Class Timer.TimedTask

java.lang.Object
gnu.cajo.utils.extra.Timer.TimedTask
All Implemented Interfaces:
Serializable
Enclosing class:
Timer

private final class Timer.TimedTask extends Object implements Serializable
  • Field Details

    • task

      private final Object task
    • interval

      private final long interval
    • count

      private int count
    • time

      private long time
  • Constructor Details

    • TimedTask

      private TimedTask(Object task, long interval, int count)
  • Method Details

    • drop

      private void drop()