com.hardcode.gdbms.engine.internalExceptions
Class Timer.TimerThread

java.lang.Object
  extended by com.hardcode.gdbms.engine.internalExceptions.Timer.TimerThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
Timer

public class Timer.TimerThread
extends java.lang.Object
implements java.lang.Runnable

timer thread

Author:
Fernando González Cortés

Constructor Summary
Timer.TimerThread(long timeout, Task task)
          Creates a new TimerThread.
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Timer.TimerThread

public Timer.TimerThread(long timeout,
                         Task task)
Creates a new TimerThread.

Parameters:
timeout - delay in milliseconds
task - task to schedule
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
See Also:
Runnable.run()


Copyright © 2005-2006 . All Rights Reserved.