home *** CD-ROM | disk | FTP | other *** search
- package mx.controls.videoClasses
- {
- import mx.core.mx_internal;
-
- use namespace mx_internal;
-
- public class NCManagerReconnectClient
- {
- mx_internal static const VERSION:String = "3.5.0.12683";
-
- public var owner:NCManager;
-
- public function NCManagerReconnectClient(param1:NCManager = null)
- {
- super();
- this.owner = param1;
- }
-
- public function onBWCheck(... rest) : uint
- {
- return ++owner.payload;
- }
-
- public function onBWDone(... rest) : void
- {
- owner.onReconnected();
- }
- }
- }
-
-