public class

PrintEvent

extends EventObject
java.lang.Object
   ↳ java.util.EventObject
     ↳ javax.print.event.PrintEvent
Known Direct Subclasses

Class Overview

Class PrintEvent is the super class of all Print Service API events.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
PrintEvent(Object source)
Constructs a PrintEvent object.
Public Methods
String toString()
Returns a String representation of this EventObject.
[Expand]
Inherited Methods
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public PrintEvent (Object source)

Constructs a PrintEvent object.

Parameters
source is the source of the event
Throws
IllegalArgumentException if source is null.

Public Methods

public String toString ()

Returns a String representation of this EventObject.

Returns
  • a message describing the event