|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.adfnmc.util.eventing.EventObject
public class EventObject
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. Adapted from JDK source code
Field Summary | |
---|---|
protected java.lang.Object |
source
The object on which the Event initially occurred. |
Constructor Summary | |
---|---|
EventObject(java.lang.Object source)
Constructs a prototypical Event. |
Method Summary | |
---|---|
java.lang.Object |
getSource()
The object on which the Event initially occurred. |
java.lang.String |
toString()
Returns a String representation of this EventObject. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected transient java.lang.Object source
Constructor Detail |
---|
public EventObject(java.lang.Object source)
source
- The object on which the Event initially occurred.
java.lang.IllegalArgumentException
- if source is null.Method Detail |
---|
public java.lang.Object getSource()
public java.lang.String toString()
toString
in class java.lang.Object
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |