EventObject

<p> The root class from which all event state objects shall be derived. <p> 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.

Constructors

this
this(Object source)

Constructs a prototypical Event.

Members

Functions

getSource
Object getSource()

The object on which the Event initially occurred.

toString
string toString()

Returns a string representation of this EventObject.

Variables

source
Object source;

The object on which the Event initially occurred.

Meta