Interface ScheduledTask
-
public interface ScheduledTaskRepresents a cancellable task.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcancel()Cancel this task.
-
public interface ScheduledTask
| Modifier and Type | Method | Description |
|---|---|---|
void |
cancel() |
Cancel this task.
|