org.xnap.util
Class Scheduler.SimpleTimerTask

java.lang.Object
  extended by org.xnap.util.XNapTask
      extended by org.xnap.util.Scheduler.SimpleTimerTask
Enclosing class:
Scheduler

public static class Scheduler.SimpleTimerTask
extends XNapTask

Provides a simple timer task that executes a runnable.


Constructor Summary
Scheduler.SimpleTimerTask(java.lang.Runnable runnable)
           
 
Method Summary
 void run()
           
 
Methods inherited from class org.xnap.util.XNapTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Scheduler.SimpleTimerTask

public Scheduler.SimpleTimerTask(java.lang.Runnable runnable)
Method Detail

run

public void run()
Specified by:
run in class XNapTask


Copyright © 2001-2005 XNap Team. All Rights Reserved.