|
Java™ Platform Standard Ed. 6 DRAFT internal-b09 |
|||||||||
| 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
Class PrintEvent is the super class of all Print Service API events.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
PrintEvent(Object source)
Constructs a PrintEvent object. |
|
| Method Summary | |
|---|---|
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 event
IllegalArgumentException - if source is
null.| Method Detail |
|---|
public String toString()
EventObject
toString in class EventObject
|
Java™ Platform Standard Ed. 6 DRAFT internal-b09 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.