| Constant | Defined by | ||
|---|---|---|---|
| CLOSE : String = "close" [static]
| XMLSocketEvent | ||
| CONNECT : String = "connect" [static]
| XMLSocketEvent | ||
| DATA : String = "data" [static]
| XMLSocketEvent | ||
| IOERROR : String = "ioError" [static]
| XMLSocketEvent | ||
| SECURITY_ERROR : String = "securityError" [static]
| XMLSocketEvent | ||
| CLOSE | constant |
public static const CLOSE:String = "close"
| CONNECT | constant |
public static const CONNECT:String = "connect"
| DATA | constant |
public static const DATA:String = "data"
| IOERROR | constant |
public static const IOERROR:String = "ioError"
| SECURITY_ERROR | constant |
public static const SECURITY_ERROR:String = "securityError"