Interface GAsyncReadyCallbackHelper.Async

Enclosing class:
GAsyncReadyCallbackHelper

public static interface GAsyncReadyCallbackHelper.Async
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    async(long callback)
    The method that will make the async call to GTK, passing the GTK method callback in the parameter expecting a callback of type GAsyncReadyCallback
    void
    callback(long result)
    The method that will be called by the GAsyncReadyCallback and the result is passed to the finish method.
  • Method Details

    • async

      void async(long callback)
      The method that will make the async call to GTK, passing the GTK method callback in the parameter expecting a callback of type GAsyncReadyCallback
    • callback

      void callback(long result)
      The method that will be called by the GAsyncReadyCallback and the result is passed to the finish method.