Interface Cancellable

All Known Subinterfaces:
Scheduled
All Known Implementing Classes:
SchedulerProviderBase.ScheduledBase, UiSchedulerProviderBase.AnimationScheduled

public interface Cancellable
Author:
Bruno Salmon
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Cancel the scheduled task.
  • Method Details

    • cancel

      boolean cancel()
      Cancel the scheduled task. Returns true if the task was successfully cancelled.