Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 26b21c4f authored by Philip P. Moltmann's avatar Philip P. Moltmann
Browse files

Document what ALL_PAGES returning from onWrite means

Bug: 37802299
Test: Doc only change
Change-Id: I816e22b11951f9800eac988a5d86d96b9afa8912
parent 6a411001
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -268,7 +268,9 @@ public abstract class PrintDocumentAdapter {
         * Notifies that all the data was written.
         *
         * @param pages The pages that were written. Cannot be <code>null</code>
         * or empty.
         *        or empty. <br />
         *        Returning {@link PageRange#ALL_PAGES} indicates that all pages that were
         *        requested as the {@code pages} parameter in {@link #onWrite} were written.
         */
        public void onWriteFinished(PageRange[] pages) {
            /* do nothing - stub */