Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Later
-
Adobe Flex SDK 3.6 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Browser: Internet Explorer 8.x
Language Found: English
Description
Steps to reproduce:
1. Open the mx.modules.Module class of SDK 3.6 or any other lower version.
Actual Results:
The current Module class does not implement the IModule interface on flex sdk 3.6.
Expected Results:
The Module class of SDK 3.6 should implement the IModule class to be coherent with the Module class definition of Flex 4.5 sdk.
Workaround (if any):
Add the IModule interface to the Flex 3.X sdk as is currently defined on Flex 4.5 sdk and make module implement it.