java.lang.Object
java.util.EventObject
javax.print.event.PrintEvent
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 PrintJobAttributeEvent,PrintJobEvent,PrintServiceAttributeEvent
public class PrintEvent extends EventObject
Class 
PrintEvent is the super class of all Print Service API events.- See Also:
 - Serialized Form
 
- 
Field Summary
 - 
Constructor Summary
Constructors Constructor Description PrintEvent(Object source)Constructs aPrintEventobject. - 
Method Summary
 
- 
Constructor Details
- 
PrintEvent
Constructs aPrintEventobject.- Parameters:
 source- is the source of the event- Throws:
 IllegalArgumentException- ifsourceisnull
 
 - 
 - 
Method Details
- 
toString
Returns a string representation of thisPrintEvent.- Overrides:
 toStringin classEventObject- Returns:
 - a message describing the event
 
 
 -