net.i2p.util
Class Executor
java.lang.Object
net.i2p.util.Executor
- All Implemented Interfaces:
- Runnable
class Executor
- extends Object
- implements Runnable
Deprecated - used only by SimpleTimer
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Executor
public Executor(I2PAppContext ctx,
Log log,
List<SimpleTimer.TimedEvent> events,
SimpleStore x)
run
public void run()
- Specified by:
run
in interface Runnable