javax.print.event

Class PrintEvent

public class PrintEvent extends EventObject

Superclass of all events in the Java Print Service API.
Constructor Summary
PrintEvent(Object source)
Constructs a PrintEvent object.
Method Summary
StringtoString()
Returns a string representation of this object.

Constructor Detail

PrintEvent

public PrintEvent(Object source)
Constructs a PrintEvent object.

Parameters: source the source of this event

Method Detail

toString

public String toString()
Returns a string representation of this object.

Returns: The string representation