| Package | com.cmiscm.net.events |
| Class | public class NetEvent |
| Inheritance | NetEvent flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| bitmap : Bitmap
ImageLoader Content
| NetEvent | ||
| content : Object
AssetsLoader Content
| NetEvent | ||
| message : String
Error Message
| NetEvent | ||
| percent : Number
Load Percent
| NetEvent | ||
| xml : XML
XmlLoader Content
| NetEvent | ||
| Method | Defined By | ||
|---|---|---|---|
NetEvent(type:String, $message:String = null, $percent:Number = 0, $content:Object = null, $bitmap:Bitmap = null, $xml:XML = null, bubbles:Boolean = false, cancelable:Boolean = false) | NetEvent | ||
clone():Event [override] | NetEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| COMPLETE : String = complete [static] | NetEvent | ||
| COMPLETE_ERROR : String = complete error [static] | NetEvent | ||
| ERROR : String = error [static] | NetEvent | ||
| INITS : String = inits [static] | NetEvent | ||
| LOAD_ERROR : String = load error [static] | NetEvent | ||
| NO_FILE : String = no file [static] | NetEvent | ||
| PARSING_FAIL : String = failed parsing [static] | NetEvent | ||
| PROGRESS : String = progress [static] | NetEvent | ||
| SECURITY_ERROR : String = security error [static] | NetEvent | ||
| SERVER_ERROR : String = server_error [static] | NetEvent | ||
| TOTAL_ZERO : String = total zero [static] | NetEvent | ||
| bitmap | property |
public var bitmap:BitmapImageLoader Content
| content | property |
public var content:ObjectAssetsLoader Content
| message | property |
public var message:StringError Message
| percent | property |
public var percent:NumberLoad Percent
| xml | property |
public var xml:XMLXmlLoader Content
| NetEvent | () | Constructor |
public function NetEvent(type:String, $message:String = null, $percent:Number = 0, $content:Object = null, $bitmap:Bitmap = null, $xml:XML = null, bubbles:Boolean = false, cancelable:Boolean = false)type:String | |
$message:String (default = null) | |
$percent:Number (default = 0) | |
$content:Object (default = null) | |
$bitmap:Bitmap (default = null) | |
$xml:XML (default = null) | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) |
| clone | () | method |
override public function clone():EventReturnsEvent |
| COMPLETE | Constant |
public static const COMPLETE:String = complete| COMPLETE_ERROR | Constant |
public static const COMPLETE_ERROR:String = complete error| ERROR | Constant |
public static const ERROR:String = error| INITS | Constant |
public static const INITS:String = inits| LOAD_ERROR | Constant |
public static const LOAD_ERROR:String = load error| NO_FILE | Constant |
public static const NO_FILE:String = no file| PARSING_FAIL | Constant |
public static const PARSING_FAIL:String = failed parsing| PROGRESS | Constant |
public static const PROGRESS:String = progress| SECURITY_ERROR | Constant |
public static const SECURITY_ERROR:String = security error| SERVER_ERROR | Constant |
public static const SERVER_ERROR:String = server_error| TOTAL_ZERO | Constant |
public static const TOTAL_ZERO:String = total zero