[TIMOB-7086] Implement Ti.Event
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2012-02-22T11:13:09.000+0000 |
| Affected Version/s | Release 2.0.0 |
| Fix Version/s | n/a |
| Components | MobileWeb |
| Labels | n/a |
| Reporter | Chris Barber |
| Assignee | Bryan Hughes |
| Created | 2012-01-10T17:28:17.000+0000 |
| Updated | 2014-01-28T23:57:35.000+0000 |
Description
Need to implement Ti.Event, specifically an instantiable (declare) object that wraps a mixin of source, type, and custom event properties as well as the get/set source/type methods. fireEvent() in Evented needs to create an instance of this object prior to firing event notifications.
Turns out, the getters and setters in the docs existed because of a bug in docgen that has since been fixed. Current implementation is correct.