javax.print.event
Class PrintEvent
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
Superclass of all events in the Java Print Service API.
- See Also:
- Serialized Form
Method Summary |
String |
toString()
Returns a string representation of this object. |
PrintEvent
public PrintEvent(Object source)
- Constructs a
PrintEvent
object.
- Parameters:
source
- the source of this event
toString
public String toString()
- Returns a string representation of this object.
- Overrides:
toString
in class EventObject
- Returns:
- The string representation
- See Also:
Object.getClass()
,
Object.hashCode()
,
Class.getName()
,
Integer.toHexString(int)