net.i2p.util
Class Executor

java.lang.Object
  extended by net.i2p.util.Executor
All Implemented Interfaces:
Runnable

 class Executor
extends Object
implements Runnable

Deprecated - used only by SimpleTimer


Constructor Summary
Executor(I2PAppContext ctx, Log log, List<SimpleTimer.TimedEvent> events, SimpleStore x)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Executor

public Executor(I2PAppContext ctx,
                Log log,
                List<SimpleTimer.TimedEvent> events,
                SimpleStore x)
Method Detail

run

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