se.unlogic.standardutils.timer
Class RunnableTimerTask

java.lang.Object
  extended by java.util.TimerTask
      extended by se.unlogic.standardutils.timer.RunnableTimerTask
All Implemented Interfaces:
Runnable

public class RunnableTimerTask
extends TimerTask


Constructor Summary
RunnableTimerTask(Runnable runnable)
           
 
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
 

Constructor Detail

RunnableTimerTask

public RunnableTimerTask(Runnable runnable)
Method Detail

run

public void run()
Specified by:
run in interface Runnable
Specified by:
run in class TimerTask


Copyright © 2011. All Rights Reserved.