Package dev.webfx.platform.scheduler
Interface Cancellable
- All Known Subinterfaces:
Scheduled
- All Known Implementing Classes:
SchedulerProviderBase.ScheduledBase
,UiSchedulerProviderBase.AnimationScheduled
public interface Cancellable
- Author:
- Bruno Salmon
-
Method Summary
-
Method Details
-
cancel
boolean cancel()Cancel the scheduled task. Returns true if the task was successfully cancelled.
-