Class EventObject
java.lang.Object
com.levigo.jadice.web.client.tool.events.EventObject
- Direct Known Subclasses:
EditEvent
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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
source
The object on which the Event initially occurred.
-
-
Constructor Details
-
EventObject
Constructs a prototypical Event.- Parameters:
source
- The object on which the Event initially occurred.- Throws:
IllegalArgumentException
- if source is null.
-
-
Method Details