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 SummaryConstructors Constructor Description PrintEvent(Object source)Constructs aPrintEventobject.
- 
Method Summary
- 
Constructor Details- 
PrintEventConstructs aPrintEventobject.- Parameters:
- source- is the source of the event
- Throws:
- IllegalArgumentException- if- sourceis- null
 
 
- 
- 
Method Details- 
toStringReturns a string representation of thisPrintEvent.- Overrides:
- toStringin class- EventObject
- Returns:
- a message describing the event
 
 
-