Class 
Use 
SUMMARY: NESTED | FIELD | CONSTR | METHOD      DETAIL: FIELD | CONSTR | METHOD
FlexDoc/Javadoc 2.0
Demo Java Doc

java.base / java.util
Class EventObject
java.lang.Object
  java.util.EventObject
All Implemented Interfaces:
Serializable

public class EventObject
extends Object
implements Serializable

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:
1.1
See Also:
Serialized Form

Field Summary
protected Object
The object on which the Event initially occurred.
Constructor Summary
Constructs a prototypical Event.
Method Summary
The object on which the Event initially occurred.
Returns a String representation of this EventObject.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Field Detail
source
protected transient Object source
The object on which the Event initially occurred.
Constructor Detail
EventObject
public EventObject
(Object source)
Constructs a prototypical Event.
Parameters:
source - the object on which the Event initially occurred
Throws:
IllegalArgumentException - if source is null
Method Detail
getSource
public Object getSource
()
The object on which the Event initially occurred.
Returns:
the object on which the Event initially occurred

toString
public String toString
()
Returns a String representation of this EventObject.
Overrides:
toString in class Object
Returns:
a String representation of this EventObject

 Class 
Use 
SUMMARY: NESTED | FIELD | CONSTR | METHOD      DETAIL: FIELD | CONSTR | METHOD
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz