Package com.vladsch.plugin.util
Class CancelableJobScheduler
- java.lang.Object
-
- com.vladsch.plugin.util.CancelableJobScheduler
-
public class CancelableJobScheduler extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CancelableJobScheduler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetResolution()java.util.concurrent.TimeUnitgetTimeUnit()CancellableRunnableschedule(int delay, CancellableRunnable command)CancellableRunnableschedule(int delay, java.lang.Runnable command)CancellableRunnableschedule(java.lang.String id, int delay, java.lang.Runnable command)
-
-
-
Method Detail
-
getResolution
public int getResolution()
-
getTimeUnit
public java.util.concurrent.TimeUnit getTimeUnit()
-
schedule
public CancellableRunnable schedule(java.lang.String id, int delay, java.lang.Runnable command)
-
schedule
public CancellableRunnable schedule(int delay, java.lang.Runnable command)
-
schedule
public CancellableRunnable schedule(int delay, CancellableRunnable command)
-
-