Package javax.print.event

Provides events and listeners to be used with the Java Print Service API.

See: Description

Package javax.print.event Description:

Provides events and listeners to be used with the Java Print Service API.

The provided listeners are used to register with print services and/or print jobs to receive state information or to monitor the progress of print jobs. Print jobs don't need to be implemented synchronous and therefore should be monitored to know if they succeed or fail. For this common task the PrintJobAdapter class is provided.

Since: 1.4