org.almendra.commons.timer
Class TimerTask

java.lang.Object
  extended by java.util.TimerTask
      extended by org.almendra.commons.timer.TimerTask
All Implemented Interfaces:
java.lang.Runnable

public class TimerTask
extends java.util.TimerTask


Field Summary
protected  IExecutable executable
           
protected  java.lang.Object parameter
           
 
Constructor Summary
protected TimerTask()
          Creates a new TimerTask object.
  TimerTask(IExecutable executable)
          Creates a new TimerTask object.
 
Method Summary
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

executable

protected IExecutable executable

parameter

protected java.lang.Object parameter
Constructor Detail

TimerTask

protected TimerTask()
Creates a new TimerTask object.


TimerTask

public TimerTask(IExecutable executable)
Creates a new TimerTask object.

Method Detail

run

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