API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.util. EventObject View Source
Author(s)
Since
JDK1.1
Version
Serial
Hierarchy
 Object
      EventObject
Implements
 Serializable
Subclasses
Description
public class EventObject
  The root class from which all event state objects shall be derived.
See also:   
Constructors
public EventObject (Object source)
  Constructs a prototypical Event.
Methods
Hide/Show inherited methods
public Object getSource ()
  The object on which the Event initially occurred.
public String toString ()
  Returns a String representation of this EventObject.
Fields
Hide/Show inherited fields
protectedtransient Object source
The object on which the Event initially occurred.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar