Interface Printer.OnDetailsAcquired

Enclosing class:
Printer
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 Printer.OnDetailsAcquired
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onDetailsAcquired(boolean success)
    Emitted in response to a request for detailed information
    about a printer from the print backend.
  • Method Details

    • onDetailsAcquired

      void onDetailsAcquired(boolean success)
      Emitted in response to a request for detailed information
      about a printer from the print backend.

      The @success parameter indicates if the information was
      actually obtained.
      Parameters:
      success - %TRUE if the details were successfully acquired