Class Timer.Task

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    Timer

    public abstract static class Timer.Task
    extends java.util.TimerTask
    Extends the TimerTask with callback hooks to this Timer implementation.
    • Constructor Summary

      Constructors 
      Constructor Description
      Task()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean cancel()
      • Methods inherited from class java.util.TimerTask

        run, scheduledExecutionTime
      • Methods inherited from class java.lang.Object

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

      • Task

        public Task()
    • Method Detail

      • cancel

        public final boolean cancel()
        Overrides:
        cancel in class java.util.TimerTask