| Author | DaveJarvis <email> |
|---|---|
| Date | 2025-09-06 12:32:41 GMT-0700 |
| Commit | e82e13da5798a477c2b02be1acda712ca4c2bf50 |
| Parent | 0fdc4c5 |
| /** | ||
| * Represents pagination progress during document typesetting operations. | ||
| - * This event extends StatusEvent to provide specialized handling for | ||
| - * pagination status messages. | ||
| */ | ||
| public final class PagingEvent extends StatusEvent { | ||
| /** | ||
| - * Override the print method to provide specialized pagination output | ||
| - * handling. | ||
| * Uses carriage return to overwrite the same line for typesetting progress. | ||
| * | ||
| Delta | 0 lines added, 4 lines removed, 4-line decrease |
|---|