Schnittstelle PixbufLoader.OnClosed

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

@FunctionalInterface public static interface PixbufLoader.OnClosed
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    This signal is emitted when gdk_pixbuf_loader_close() is called.
  • Methodendetails

    • onClosed

      void onClosed()
      This signal is emitted when gdk_pixbuf_loader_close() is called.

      It can be used by different parts of an application to receive
      notification when an image loader is closed by the code that
      drives it.