Interface PrintOperationPreview.OnReady

Enclosing class:
PrintOperationPreview
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 PrintOperationPreview.OnReady
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The ::ready signal gets emitted once per preview operation,
    before the first page is rendered.
  • Method Details

    • onReady

      void onReady(@Nonnull PrintContext context)
      The ::ready signal gets emitted once per preview operation,
      before the first page is rendered.

      A handler for this signal can be used for setup tasks.
      Parameters:
      context - the current `GtkPrintContext`