home *** CD-ROM | disk | FTP | other *** search
- package mx.events
- {
- import mx.core.mx_internal;
-
- use namespace mx_internal;
-
- public final class InvalidateRequestData
- {
- mx_internal static const VERSION:String = "3.5.0.12683";
-
- public static const PROPERTIES:uint = 2;
-
- public static const SIZE:uint = 4;
-
- public static const DISPLAY_LIST:uint = 1;
-
- public function InvalidateRequestData()
- {
- super();
- }
- }
- }
-
-