| public class java.util EventObject
|
Java SE 6 |
The root class from which all event state objects shall be derived.
All Events are constructed with a reference to the object, the "source", that is logically deemed to be the object upon which the Event in question initially occurred upon.
| since | JDK1.1 |
| Fields | |
|---|---|
| protected Object | source The object on which the Event initially occurred. |
| Constructors | |||||
|---|---|---|---|---|---|
| public | EventObject(Object source) Constructs a prototypical Event.
| ||||
| Methods | |||
|---|---|---|---|
| public String | toString() Returns a String representation of this EventObject.
| ||
| Properties | |||
|---|---|---|---|
| public Object | getSource() The object on which the Event initially occurred.
| ||
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2009 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|