org.n52.security.common.util
Class TimerTaskRunnableAdapter

java.lang.Object
  extended by java.util.TimerTask
      extended by org.n52.security.common.util.TimerTaskRunnableAdapter
All Implemented Interfaces:
Runnable

public class TimerTaskRunnableAdapter
extends TimerTask

Wraps a Runnable to be a TimerTask.


Constructor Summary
TimerTaskRunnableAdapter(Runnable runnable)
           
 
Method Summary
 void run()
           
 String toString()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimerTaskRunnableAdapter

public TimerTaskRunnableAdapter(Runnable runnable)
Method Detail

run

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004–2013 52north.org. All rights reserved.