Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-7086] Implement Ti.Event

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionInvalid
Resolution Date2012-02-22T11:13:09.000+0000
Affected Version/sRelease 2.0.0
Fix Version/sn/a
ComponentsMobileWeb
Labelsn/a
ReporterChris Barber
AssigneeBryan Hughes
Created2012-01-10T17:28:17.000+0000
Updated2014-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.

Comments

  1. Bryan Hughes 2012-02-22

    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.

JSON Source