Package-level declarations

This package provides the classes that allow you to work with the print events.

This package provides the classes that allow you to work with the print events.

Types

Link copied to clipboard
public interface PageCountUpdated implements PrintJobEvent
public interface PageCountUpdated implements PrintJobEvent
An event indicating that the number of pages to print has been updated.
Link copied to clipboard
public interface PrintCompleted implements PrintJobEvent
public interface PrintCompleted implements PrintJobEvent
An event indicating that the printing has been completed.
Link copied to clipboard
public interface PrintJobEvent implements Event
public interface PrintJobEvent implements Event
An interface that all print job events must extend.