Class TimedTask

  • All Implemented Interfaces:
    java.lang.Runnable

    public abstract class TimedTask
    extends java.lang.Object
    implements java.lang.Runnable
    Timed task with a specified execution time. The run method is supposed to be executed at the execution time.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2013 Created on Jan 28, 2013
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected TimedTask()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Runnable

        run
    • Constructor Detail

      • TimedTask

        protected TimedTask()