|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
javax.print.event.PrintEvent
public class PrintEvent extends EventObject
Class PrintEvent is the super class of all Print Service API events.
| Modifier and Type | Field and Description |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor and Description |
|---|
PrintEvent(Object source)
Constructs a PrintEvent object. |
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Returns a String representation of this EventObject. |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PrintEvent(Object source)
source - is the source of the eventIllegalArgumentException - if source is
null.| Method Detail |
|---|
public String toString()
EventObject
toString in class EventObject
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.