-
Constructor Summary
Constructors
-
Method Summary
final void
Cancel this task without executing.
final int
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Runnable
run
Methods inherited from interface me.moros.tasker.Task
repeat
-
Constructor Details
-
Expiring
protected Expiring()
-
Method Details
-
cancel
public final void cancel()
Description copied from interface: Task
Cancel this task without executing.
- Specified by:
cancel in interface Task
-