Class TrackableTimerTask

    • Constructor Detail

      • TrackableTimerTask

        public TrackableTimerTask()
    • Method Detail

      • run

        public final void run()
        Specified by:
        run in interface java.lang.Runnable
        Specified by:
        run in class java.util.TimerTask
      • exec

        public abstract void exec()
      • cancel

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

        public boolean isCanceled()
      • getLastExecution

        public long getLastExecution()
      • hasBeenExecuted

        public boolean hasBeenExecuted()
      • isFinished

        public boolean isFinished()