API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.print.event. PrintEvent View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      EventObject
          PrintEvent
Implements
Subclasses
Description
public class PrintEvent
Class PrintEvent is the super class of all Print Service API events.
See also:   
Constructors
public PrintEvent (Object source)
  Constructs a PrintEvent object.
Methods
Hide/Show inherited methods
public Object getSource () [Inherited From EventObject]
  The object on which the Event initially occurred.
public String toString () [Overrides EventObject]
 
Fields
Hide/Show inherited fields
protectedtransient Object source [Inherited From EventObject]
The object on which the Event initially occurred.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar