You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2020/10/07 16:36:49 UTC

[royale-asjs] 02/04: Add event metadata for Sequence

This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit 6bc6838a8846c90a5c9686388c43e6ba59d3a8b4
Author: Yishay Weiss <yi...@yell.com>
AuthorDate: Wed Oct 7 17:35:40 2020 +0100

    Add event metadata for Sequence
---
 frameworks/projects/MXRoyale/src/main/royale/mx/effects/Sequence.as | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/effects/Sequence.as b/frameworks/projects/MXRoyale/src/main/royale/mx/effects/Sequence.as
index 364e555..2bb5462 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/effects/Sequence.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/effects/Sequence.as
@@ -22,6 +22,7 @@ package mx.effects
 	import org.apache.royale.effects.Sequence;
 	
 	
+	[Event(name="effectEnd", type="org.apache.royale.events.Event")]
 	/**
 	 *  The Sequence effect animates set of effects one after the other.
 	 *