Interface Cancellable


public interface Cancellable
See Also:
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    Cancel the scheduled operation to avoid future calls.
  • Method Details Link icon

    • cancel Link icon

      void cancel()
      Cancel the scheduled operation to avoid future calls.