change metadata was only being attached to the SWF class

Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/a2438456
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/a2438456
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/a2438456

Branch: refs/heads/feature/amf
Commit: a2438456e7a0e31b3e1b00304067a68ad2e9fae7
Parents: 1b1697a
Author: Harbs <ha...@in-tools.com>
Authored: Sun Sep 3 10:36:52 2017 +0300
Committer: Harbs <ha...@in-tools.com>
Committed: Sun Sep 3 10:36:52 2017 +0300

----------------------------------------------------------------------
 .../src/main/flex/org/apache/flex/html/CSSCheckBox.as     | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a2438456/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/CSSCheckBox.as
----------------------------------------------------------------------
diff --git 
a/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/CSSCheckBox.as 
b/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/CSSCheckBox.as
index 40c0b7a..bbcb387 100644
--- 
a/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/CSSCheckBox.as
+++ 
b/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/CSSCheckBox.as
@@ -143,6 +143,16 @@ package org.apache.flex.html
         
        }
 
+    /**
+     *  Dispatched when the user checks or un-checks the CSSCheckBox.
+     *
+     *  @langversion 3.0
+     *  @playerversion Flash 10.2
+     *  @playerversion AIR 2.6
+     *  @productversion FlexJS 0.0
+     */
+       [Event(name="change", type="org.apache.flex.events.Event")]
+
     COMPILE::JS
     public class CSSCheckBox extends UIBase
     {

Reply via email to