Interface PixbufLoaderClass.OnAreaUpdated

Enclosing class:
PixbufLoaderClass
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface PixbufLoaderClass.OnAreaUpdated
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onAreaUpdated(CallbackHandler __self, PixbufLoader loader, int x, int y, int width, int height)
     
  • Method Details

    • onAreaUpdated

      void onAreaUpdated(CallbackHandler __self, @Nonnull PixbufLoader loader, int x, int y, int width, int height)
      Parameters:
      loader -
      x -
      y -
      width -
      height -