| Package | com.yworks.bridge.util |
| Class | public class EventObject |
| Inheritance | EventObject YObject Object |
| Subclasses | GraphEvent |
See also
| Property | Defined By | ||
|---|---|---|---|
| source : Object [read-only]
Answers the event source. | EventObject | ||
| Property | Defined By | ||
|---|---|---|---|
| _source : Object
The event source. | EventObject | ||
| Method | Defined By | ||
|---|---|---|---|
EventObject(source:Object, init:Boolean = true)
Constructs a new instance of this class. | EventObject | ||
![]() | equals(o:Object):Boolean | YObject | |
getClass():Class [override] | EventObject | ||
![]() | hashCode():int | YObject | |
newEventObject(source:Object):EventObject [static]
Constructs a new instance of this class. | EventObject | ||
toString():String
Answers the string representation of this EventObject. | EventObject | ||
| Method | Defined By | ||
|---|---|---|---|
initEventObject(source:Object):void
Initializes this object. | EventObject | ||
| _source | property |
protected var _source:ObjectThe event source.
| source | property |
source:Object [read-only] Answers the event source.
public function get source():Object| EventObject | () | Constructor |
public function EventObject(source:Object, init:Boolean = true)Constructs a new instance of this class.
Parameterssource:Object — the object which fired the event
| |
init:Boolean (default = true) — An internally used switch to help handle proper instance initialization in inheritance chains where classes can have multiple constructor-like factory methods.
This parameter can safely be ignored/omitted when calling the constructor.
|
| getClass | () | method |
override public function getClass():ClassReturnsClass |
| initEventObject | () | method |
protected final function initEventObject(source:Object):void
Initializes this object. See the documentation of the corresponding factory method newEventObject() for details.
Parameters
source:Object |
See also
| newEventObject | () | method |
public static function newEventObject(source:Object):EventObjectConstructs a new instance of this class.
Parameters
source:Object — the object which fired the event
|
EventObject |
| toString | () | method |
public function toString():StringAnswers the string representation of this EventObject.
ReturnsString — the string representation of this EventObject
|