Interface AsyncRunnable

All Superinterfaces:
Runnable
All Known Implementing Classes:
ReferenceCountedOpenSslEngine.AsyncTaskDecorator

interface AsyncRunnable extends Runnable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(Runnable completionCallback)
     

    Methods inherited from interface java.lang.Runnable

    run
  • Method Details

    • run

      void run(Runnable completionCallback)