public class PrintEvent extends EventObject
source| Constructor and Description |
|---|
PrintEvent(Object
Constructs a PrintEvent object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Returns a String representation of this EventObject.
|
getSourcepublic PrintEvent(Objectsource)
source - is the source of the event
IllegalArgumentException - if
source is
null.
public StringtoString()
EventObject
toString in class
EventObject