Interface Timer.Handle

Enclosing class:
Timer

public static interface Timer.Handle
A handle on registered actions that can be used to cancel them.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Cancels the action in question.
  • Method Details

    • cancel

      void cancel()
      Cancels the action in question.