net.sourceforge.basher.internal.impl
Class SimpleTimerTask

java.lang.Object
  extended by java.util.TimerTask
      extended by net.sourceforge.basher.internal.impl.SimpleTimerTask
All Implemented Interfaces:
Runnable

public class SimpleTimerTask
extends TimerTask

Version:
$Revision$
Author:
Johan Lindquist

Constructor Summary
SimpleTimerTask(Task task, org.apache.commons.logging.Log log)
           
 
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

SimpleTimerTask

public SimpleTimerTask(Task task,
                       org.apache.commons.logging.Log log)
Method Detail

run

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


Copyright © 2006-2010 Basher Team. All Rights Reserved.