home *** CD-ROM | disk | FTP | other *** search
- package mx.controls.listClasses
- {
- import mx.collections.CursorBookmark;
- import mx.core.mx_internal;
-
- use namespace mx_internal;
-
- public class ListBaseSeekPending
- {
- mx_internal static const VERSION:String = "3.5.0.12683";
-
- public var offset:int;
-
- public var bookmark:CursorBookmark;
-
- public function ListBaseSeekPending(param1:CursorBookmark, param2:int)
- {
- super();
- this.bookmark = param1;
- this.offset = param2;
- }
- }
- }
-
-