Interface CancellableTask.CancellationListener

All Known Implementing Classes:
TransportBroadcastByNodeAction.AsyncAction
Enclosing class:
CancellableTask

public static interface CancellableTask.CancellationListener
This interface is implemented by any class that needs to react to the cancellation of this task.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • onCancelled

      void onCancelled()