API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.print.event. PrintServiceAttributeEvent View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      EventObject
          PrintEvent
              PrintServiceAttributeEvent
Implements
Subclasses
Description
public class PrintServiceAttributeEvent
Class PrintServiceAttributeEvent encapsulates an event a Print Service instance reports to let the client know of changes in the print service state.
See also:   
Constructors
public PrintServiceAttributeEvent (PrintService source, PrintServiceAttributeSet attributes)
  Constructs a PrintServiceAttributeEvent object.
Methods
Hide/Show inherited methods
public PrintServiceAttributeSet getAttributes ()
  Determine the printing service attributes that changed and their new values.
public PrintService getPrintService ()
  Returns the print service.
public Object getSource () [Inherited From EventObject]
  The object on which the Event initially occurred.
public String toString () [Inherited From PrintEvent]
 
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