Package com.vladsch.plugin.util
Interface CancellableRunnable
-
- All Superinterfaces:
Cancellable,java.lang.Runnable
- All Known Implementing Classes:
OneTimeRunnable
public interface CancellableRunnable extends Cancellable, java.lang.Runnable
-
-
Field Summary
Fields Modifier and Type Field Description static CancellableRunnableNULL
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description @NotNull java.lang.StringgetId()default booleanisNotNull()default booleanisNull()-
Methods inherited from interface com.vladsch.plugin.util.Cancellable
cancel, canRun
-
-
-
-
Field Detail
-
NULL
static final CancellableRunnable NULL
-
-