Interface PrintCompleted
- All Superinterfaces:
Event
,PrintJobEvent
An event indicating that the printing has been completed.
- Since:
- 7.13
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
Returnstrue
if the printing has been completed successfully.
-
Method Details
-
isSuccess
default boolean isSuccess()Returnstrue
if the printing has been completed successfully.
-