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
PrintJobAttributeEvent
PrintJobEvent
PrintServiceAttributeEvent
See DIRECT subclasses
PrintJobAttributeEvent
PrintJobEvent
PrintServiceAttributeEvent
Quick Links:
Constructors
Methods
Fields
NestedClasses
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.
Constructs a PrintEvent object.
Parameters:
-
source
- is the source of the event
Throws:
-
IllegalArgumentException
- if
source
is
null
.
Methods
Hide/Show inherited methods
public
Object
getSource
()
[Inherited From
EventObject
]
The object on which the Event initially occurred.
The object on which the Event initially occurred.
Returns:
The object on which the Event initially occurred.
public
String
toString
()
[Overrides
EventObject
]
Returns:
a message describing the event
Fields
Hide/Show inherited fields
protected
transient
Object
source
[Inherited From
EventObject
]
The object on which the Event initially occurred.
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar