Interface PrintOperation.OnEndPrint

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.OnEndPrint
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Emitted after all pages have been rendered.
  • Method Details

    • onEndPrint

      void onEndPrint(@Nonnull PrintContext context)
      Emitted after all pages have been rendered.

      A handler for this signal can clean up any resources that have
      been allocated in the [signal@Gtk.PrintOperation::begin-print] handler.
      Parameters:
      context - the `GtkPrintContext` for the current operation