java.lang.Object
java.util.EventObject
javax.print.event.PrintEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- PrintJobAttributeEvent,- PrintJobEvent,- PrintServiceAttributeEvent
Class 
PrintEvent is the super class of all Print Service API events.- See Also:
- 
Field SummaryFields declared in class java.util.EventObjectsource
- 
Constructor SummaryConstructors
- 
Method SummaryMethods declared in class java.util.EventObjectgetSource
- 
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
 
 
-