Packageorg.pranaframework.events
Classpublic class XMLSocketEvent



Public Constants
 ConstantDefined 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
Constant detail
CLOSEconstant
public static const CLOSE:String = "close"
CONNECTconstant 
public static const CONNECT:String = "connect"
DATAconstant 
public static const DATA:String = "data"
IOERRORconstant 
public static const IOERROR:String = "ioError"
SECURITY_ERRORconstant 
public static const SECURITY_ERROR:String = "securityError"