Interface Rejectable

All Known Implementing Classes:
RejectableFutureTask

public interface Rejectable
Reject executing or processing some task.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The task was rejected.
  • Method Details

    • reject

      void reject()
      The task was rejected.