Package org.johnnei.javatorrent.async
Class LoopingRunnable
- java.lang.Object
-
- org.johnnei.javatorrent.async.LoopingRunnable
-
-
Constructor Summary
Constructors Constructor Description LoopingRunnable(Runnable runnable)LoopingRunnable(Runnable runnable, boolean isEventBased)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()voidstop()Stops the runnable once it has completed its cycle.
-