You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/08/18 18:04:45 UTC

[royale-asjs] 04/05: all IUIComponents should be IUIBase as well

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

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

commit c7ce04596150a8bc550db3eb92da7a4ff0bbdfa5
Author: Alex Harui <ah...@apache.org>
AuthorDate: Sat Aug 18 11:03:42 2018 -0700

    all IUIComponents should be IUIBase as well
---
 frameworks/projects/MXRoyale/src/main/royale/mx/core/IUIComponent.as | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/core/IUIComponent.as b/frameworks/projects/MXRoyale/src/main/royale/mx/core/IUIComponent.as
index 72f0a16..24c0797 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/core/IUIComponent.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/core/IUIComponent.as
@@ -20,6 +20,7 @@
 package mx.core
 {
 import org.apache.royale.core.IChild;
+import org.apache.royale.core.IUIBase;
 import org.apache.royale.geom.Rectangle;
 import mx.managers.ISystemManager;
 
@@ -32,7 +33,7 @@ import mx.managers.ISystemManager;
  *  @playerversion AIR 1.1
  *  @productversion Flex 3
  */
-public interface IUIComponent extends IFlexDisplayObject, IChild
+public interface IUIComponent extends IFlexDisplayObject, IChild, IUIBase
 {
     //--------------------------------------------------------------------------
     //