Interface PrintJob.OnStatusChanged

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

    Modifier and Type
    Method
    Description
    void
    Emitted when the status of a job changes.
  • Method Details

    • onStatusChanged

      void onStatusChanged()
      Emitted when the status of a job changes.

      The signal handler can use [method@Gtk.PrintJob.get_status]
      to obtain the new status.