Schnittstelle SimpleAsyncResult.OnSimpleAsyncThreadFunc

Umschließende Klasse:
SimpleAsyncResult
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface SimpleAsyncResult.OnSimpleAsyncThreadFunc
  • Methodendetails

    • onSimpleAsyncThreadFunc

      void onSimpleAsyncThreadFunc(CallbackHandler __self, @Nonnull SimpleAsyncResult res, @Nonnull Object object, @Nullable Cancellable cancellable)
      Simple thread function that runs an asynchronous operation and
      checks for cancellation.
      Parameter:
      res - a #GSimpleAsyncResult.
      object - a #GObject.
      cancellable - optional #GCancellable object, %NULL to ignore.