Interface PrintOperation.OnStatusChanged

Enclosing class:
PrintOperation
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 PrintOperation.OnStatusChanged
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Emitted at between the various phases of the print operation.
  • Method Details

    • onStatusChanged

      void onStatusChanged()
      Emitted at between the various phases of the print operation.

      See [enum@Gtk.PrintStatus] for the phases that are being discriminated.
      Use [method@Gtk.PrintOperation.get_status] to find out the current
      status.