Interface Threading.RecurringCallbackAccess

Enclosing class:
Threading

public static interface Threading.RecurringCallbackAccess
Provides methods that are available during the execution of a Threading.RecurringCallback.
Since:
19.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Throws an exception from the recurring callback to the code that is regularly executing in the thread.
  • Method Details

    • throwException

      void throwException(Throwable t)
      Throws an exception from the recurring callback to the code that is regularly executing in the thread.
      Since:
      19.0